Add more dbg output
authorJim Grosbach <grosbach@apple.com>
Fri, 20 Aug 2010 19:04:43 +0000 (19:04 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 20 Aug 2010 19:04:43 +0000 (19:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111670 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/LocalStackSlotAllocation.cpp

index 962c7c3a15afe8cec58536e00908ca6c48ae25e7..f5b79059d0a683b9a446a465fe0a66076fa8bba8 100644 (file)
@@ -282,6 +282,7 @@ bool LocalStackSlotPass::insertFrameReferenceRegisters(MachineFunction &Fn) {
             // 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;
           }