[WinEH] Relax assertion in the presence of stack realignment
authorReid Kleckner <rnk@google.com>
Thu, 8 Oct 2015 18:41:52 +0000 (18:41 +0000)
committerReid Kleckner <rnk@google.com>
Thu, 8 Oct 2015 18:41:52 +0000 (18:41 +0000)
commit7db72f8f999dba2d5e0573f57cc28c42b4b4dbba
tree9592b7b62c1dc2455d2176e8ad38689dc4b53f26
parentba239d93bf01091ddf850bb52a0a2ef22f943d2f
[WinEH] Relax assertion in the presence of stack realignment

The code is correct as is, but we should test it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249715 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FrameLowering.cpp
test/CodeGen/X86/win32-seh-catchpad-realign.ll [new file with mode: 0644]