diff options
author | Shiva Chen <shiva0217@gmail.com> | 2018-05-16 02:57:26 +0000 |
---|---|---|
committer | Shiva Chen <shiva0217@gmail.com> | 2018-05-16 02:57:26 +0000 |
commit | 21eab936d5b4d3a02ba9038f8dea80ad503b91d1 (patch) | |
tree | c03e4d9f103e78441c9a9c7c87ecfe5f6d9dc389 /llvm/lib/Support/Signals.cpp | |
parent | bff9302c3d188954fbd6852c57bfc05419754305 (diff) | |
download | llvm-21eab936d5b4d3a02ba9038f8dea80ad503b91d1.zip llvm-21eab936d5b4d3a02ba9038f8dea80ad503b91d1.tar.gz llvm-21eab936d5b4d3a02ba9038f8dea80ad503b91d1.tar.bz2 |
[DebugInfo] Only handle DBG_VALUE in InlineSpiller.
The instructions using registers should be DBG_VALUE and normal
instructions. Use isDebugValue() to filter out DBG_VALUE and add
an assert to ensure there is no other kind of debug instructions
using the registers.
Differential Revision: https://reviews.llvm.org/D46739
Patch by Hsiangkai Wang.
llvm-svn: 332427
Diffstat (limited to 'llvm/lib/Support/Signals.cpp')
0 files changed, 0 insertions, 0 deletions