summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-07-07 21:44:42 +0000
committerDevang Patel <dpatel@apple.com>2011-07-07 21:44:42 +0000
commit53b050aec61d69cd434701fd8e51bdd63db2dff6 (patch)
tree7c559defadb414e6616235881e175d038f460575 /llvm/lib/CodeGen
parente367f387af5fbc04bace55024d857925d4141c98 (diff)
downloadbcm5719-llvm-53b050aec61d69cd434701fd8e51bdd63db2dff6.tar.gz
bcm5719-llvm-53b050aec61d69cd434701fd8e51bdd63db2dff6.zip
Add DEBUG message.
llvm-svn: 134643
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 99d27e4c9c5..5acef7a430f 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -1428,6 +1428,8 @@ DwarfDebug::collectVariableInfo(const MachineFunction *MF,
SLabel = FunctionEndSym;
else {
const MachineInstr *End = HI[1];
+ DEBUG(dbgs() << "DotDebugLoc Pair:\n"
+ << "\t" << *Begin << "\t" << *End << "\n");
if (End->isDebugValue())
SLabel = getLabelBeforeInsn(End);
else {
OpenPOWER on IntegriCloud