commit | 7c2f9e80f78fbec4e382da062b967500c915c09e | [log] [tgz] |
---|---|---|
author | Reid Kleckner <rnk@google.com> | Thu Oct 08 00:17:45 2015 +0000 |
committer | Reid Kleckner <rnk@google.com> | Thu Oct 08 00:17:45 2015 +0000 |
tree | 6fc1ab2363682259735874308ba31194114c77dc | |
parent | f8d44de1438a22c1755b27a0e91dc3b7b21bb7f2 [diff] |
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