diff options
author | David Blaikie <dblaikie@gmail.com> | 2013-06-21 22:56:30 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2013-06-21 22:56:30 +0000 |
commit | 97c6c5bd9869a3c929cef0880425c198b70b6d46 (patch) | |
tree | 7a435003e1a346421ac0d16aba56eb1b30914438 /lldb/scripts/Python/modify-python-lldb.py | |
parent | 1060eae78e3db0f9e0a4235fd9dcacc6a135cc94 (diff) | |
download | bcm5719-llvm-97c6c5bd9869a3c929cef0880425c198b70b6d46.tar.gz bcm5719-llvm-97c6c5bd9869a3c929cef0880425c198b70b6d46.zip |
DebugInfo: Don't lose unreferenced non-trivial by-value parameters
A FastISel optimization was causing us to emit no information for such
parameters & when they go missing we end up emitting a different
function type. By avoiding that shortcut we not only get types correct
(very important) but also location information (handy) - even if it's
only live at the start of a function & may be clobbered later.
Reviewed/discussion by Evan Cheng & Dan Gohman.
llvm-svn: 184604
Diffstat (limited to 'lldb/scripts/Python/modify-python-lldb.py')
0 files changed, 0 insertions, 0 deletions