Don't emit exceptional stackrestore cleanups around inalloca functions
The backend restores the stack pointer after recovering from an exception. This is similar to r245879, but it doesn't try to use the normal cleanup mechanism, so hopefully it won't cause the same breakage. llvm-svn: 249640
Loading
Please sign in to comment