Reid Kleckner ed012dbf2a [SEH] Ensure that empty __except blocks have their own BB
The 32-bit lowering assumed that WinEHPrepare had this invariant.
WinEHPrepare did it for C++, but not SEH. The result was that we would
insert calls to llvm.x86.seh.restoreframe in normal basic blocks, which
corrupted the frame pointer.

llvm-svn: 241699
2015-07-08 18:08:52 +00:00
..
2015-07-07 23:13:18 +00:00
2015-07-07 14:45:12 +00:00
2015-07-06 17:44:26 +00:00
2015-06-19 01:53:21 +00:00