If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG message instea...
authorDevang Patel <dpatel@apple.com>
Mon, 6 Dec 2010 22:39:26 +0000 (22:39 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 6 Dec 2010 22:39:26 +0000 (22:39 +0000)
commitafeaae7a940ce16e7874af31f3e5e91d8ca89e19
tree879f148124a158ac84cda56af59b529779236d58
parent22373b230a053a154f6c7792c6a33d4f78f5479d
If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG message instead of creating DBG_VALUE for undefined value in reg0.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121059 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
test/CodeGen/ARM/2010-04-07-DbgValueOtherTargets.ll
test/CodeGen/Alpha/2010-04-07-DbgValueOtherTargets.ll
test/CodeGen/CellSPU/2010-04-07-DbgValueOtherTargets.ll
test/CodeGen/MBlaze/2010-04-07-DbgValueOtherTargets.ll
test/CodeGen/MSP430/2010-04-07-DbgValueOtherTargets.ll
test/CodeGen/Mips/2010-04-07-DbgValueOtherTargets.ll
test/CodeGen/PowerPC/2010-04-07-DbgValueOtherTargets.ll
test/CodeGen/SPARC/2010-04-07-DbgValueOtherTargets.ll
test/CodeGen/SystemZ/2010-04-07-DbgValueOtherTargets.ll
test/CodeGen/Thumb/2010-04-07-DbgValueOtherTargets.ll
test/CodeGen/X86/2010-04-07-DbgValueOtherTargets.ll
test/CodeGen/XCore/2010-04-07-DbgValueOtherTargets.ll