[llvm-commits] [llvm] r111670 - /llvm/trunk/lib/CodeGen/LocalStackSlotAllocation.cpp

Jim Grosbach grosbach at apple.com
Fri Aug 20 12:04:43 PDT 2010


Author: grosbach
Date: Fri Aug 20 14:04:43 2010
New Revision: 111670

URL: http://llvm.org/viewvc/llvm-project?rev=111670&view=rev
Log:
Add more dbg output

Modified:
    llvm/trunk/lib/CodeGen/LocalStackSlotAllocation.cpp

Modified: llvm/trunk/lib/CodeGen/LocalStackSlotAllocation.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/LocalStackSlotAllocation.cpp?rev=111670&r1=111669&r2=111670&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/LocalStackSlotAllocation.cpp (original)
+++ llvm/trunk/lib/CodeGen/LocalStackSlotAllocation.cpp Fri Aug 20 14:04:43 2010
@@ -282,6 +282,7 @@
             // Modify the instruction to use the new base register rather
             // than the frame index operand.
             TRI->resolveFrameIndex(I, BaseReg, Offset);
+            DEBUG(dbgs() << "Resolved: " << *MI);
 
             ++NumReplacements;
           }





More information about the llvm-commits mailing list