aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectSource.cpp
diff options
context:
space:
mode:
authorWei Mi <wmi@google.com>2016-05-11 22:37:43 +0000
committerWei Mi <wmi@google.com>2016-05-11 22:37:43 +0000
commit8c4136b0d86a2bff476153ffdf994ed39a8288df (patch)
treeb605eb3ba9fc9367f6442ebe11c6f89747055598 /lldb/source/Commands/CommandObjectSource.cpp
parent35ee9339a8a75ebb9b26f7ea3d3e8f6a8d763b86 (diff)
downloadllvm-8c4136b0d86a2bff476153ffdf994ed39a8288df.zip
llvm-8c4136b0d86a2bff476153ffdf994ed39a8288df.tar.gz
llvm-8c4136b0d86a2bff476153ffdf994ed39a8288df.tar.bz2
Fix a bug when hoist spill to a BB with landingpad successor.
This is to fix the bug in https://llvm.org/bugs/show_bug.cgi?id=27612. When spill is hoisted to a BB with landingpad successor, and if the VNI of the spill reg lives into the landingpad successor, the spill should be inserted before the call which may throw exception. InsertPointAnalysis is used to compute the safe insert point. http://reviews.llvm.org/D20027 is a preparing patch for this patch. Differential Revision: http://reviews.llvm.org/D19884. llvm-svn: 269249
Diffstat (limited to 'lldb/source/Commands/CommandObjectSource.cpp')
0 files changed, 0 insertions, 0 deletions