commit | b4868fd6ec06486231de6fe1512b6fc236e24c90 | [log] [tgz] |
---|---|---|
author | Jim Grosbach <grosbach@apple.com> | Fri Aug 20 19:04:43 2010 +0000 |
committer | Jim Grosbach <grosbach@apple.com> | Fri Aug 20 19:04:43 2010 +0000 |
tree | 45ef4842456b6ecc9d062f9edea778d1334ccff8 | |
parent | 0f38b53d9eeeab31300b26ba8d1246a0559faff8 [diff] [blame] |
Add more dbg output git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111670 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/LocalStackSlotAllocation.cpp b/lib/CodeGen/LocalStackSlotAllocation.cpp index 962c7c3..f5b7905 100644 --- a/lib/CodeGen/LocalStackSlotAllocation.cpp +++ b/lib/CodeGen/LocalStackSlotAllocation.cpp
@@ -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; }