From: Devang Patel Date: Thu, 7 Jul 2011 21:44:42 +0000 (+0000) Subject: Add DEBUG message. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=476df5f64f1536330af0dacdfce768efc625dc41;p=oota-llvm.git Add DEBUG message. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134643 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 99d27e4c9c5..5acef7a430f 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/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 {