]> granicus.if.org Git - llvm/commit
Merging r247435: release_37 origin/release_37
authorTom Stellard <thomas.stellard@amd.com>
Sat, 21 Nov 2015 01:08:13 +0000 (01:08 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Sat, 21 Nov 2015 01:08:13 +0000 (01:08 +0000)
commit33c352b3eda89abc24e7511d9045fa2e499a42e3
tree7bd6db5b620f10e2d846176f12468061bcf46869
parent3f4c496a9449877189c27c537c0c7699610d6ddb
Merging r247435:

------------------------------------------------------------------------
r247435 | david.majnemer | 2015-09-11 13:34:34 -0400 (Fri, 11 Sep 2015) | 8 lines

[X86] Make sure startproc/endproc are paired

We used different conditions to determine if we should emit startproc vs
endproc.  Use the same condition to ensure that they will always be
paired.

This fixes PR24374.

------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_37@253742 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/WinException.cpp
test/CodeGen/X86/pr24374.ll [new file with mode: 0644]