]> granicus.if.org Git - llvm/commit
Emit DW_OP_piece also if the previous value was a constant.
authorAdrian Prantl <aprantl@apple.com>
Wed, 2 Nov 2016 16:12:16 +0000 (16:12 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 2 Nov 2016 16:12:16 +0000 (16:12 +0000)
commitc49511f32aaf2118bd61c433e73ff526f4dfee0b
treef556d67cdf72da54d40bb66f563bb92471905397
parent6960085571d719b9538d63fd1e81123b58fb2df3
Emit DW_OP_piece also if the previous value was a constant.
This fixes a bug in the DWARF backend.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285826 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
test/DebugInfo/X86/PR26148.ll
test/DebugInfo/X86/stack-value-piece.ll [new file with mode: 0644]