projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
192a400
)
Add more dbg output
author
Jim Grosbach
<grosbach@apple.com>
Fri, 20 Aug 2010 19:04:43 +0000
(19:04 +0000)
committer
Jim 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
patch
|
blob
|
history
diff --git
a/lib/CodeGen/LocalStackSlotAllocation.cpp
b/lib/CodeGen/LocalStackSlotAllocation.cpp
index 962c7c3a15afe8cec58536e00908ca6c48ae25e7..f5b79059d0a683b9a446a465fe0a66076fa8bba8 100644
(file)
--- a/
lib/CodeGen/LocalStackSlotAllocation.cpp
+++ b/
lib/CodeGen/LocalStackSlotAllocation.cpp
@@
-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;
}