Remap arguments and non-alloca values used by outlined C++ exception handlers.
authorAndrew Kaylor <andrew.kaylor@intel.com>
Tue, 3 Mar 2015 00:41:03 +0000 (00:41 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Tue, 3 Mar 2015 00:41:03 +0000 (00:41 +0000)
commit72029c6f2fdc73ca9a323052d97d3a65609a6651
tree66e01510a761b5f5686f90a1208caba13e096748
parent838752d3f63a503775384a4a49c180d3af9ca2c2
Remap arguments and non-alloca values used by outlined C++ exception handlers.

Differential Revision: http://reviews.llvm.org/D7844

llvm-svn: 231042
llvm/lib/CodeGen/WinEHPrepare.cpp
llvm/test/CodeGen/X86/cppeh-inalloca.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/cppeh-nonalloca-frame-values.ll [new file with mode: 0644]