[llvm-commits] CVS: llvm/lib/Target/Sparc/SparcRegInfo.cpp
Chris Lattner
lattner at cs.uiuc.edu
Mon May 12 15:11:04 PDT 2003
Changes in directory llvm/lib/Target/Sparc:
SparcRegInfo.cpp updated: 1.90 -> 1.91
---
Log message:
Remove wierd printout
---
Diffs of the changes:
Index: llvm/lib/Target/Sparc/SparcRegInfo.cpp
diff -u llvm/lib/Target/Sparc/SparcRegInfo.cpp:1.90 llvm/lib/Target/Sparc/SparcRegInfo.cpp:1.91
--- llvm/lib/Target/Sparc/SparcRegInfo.cpp:1.90 Wed Jan 15 15:36:30 2003
+++ llvm/lib/Target/Sparc/SparcRegInfo.cpp Mon May 12 15:10:12 2003
@@ -1060,7 +1060,7 @@
else { // if the LR is spilled
cpMem2RegMI(RetAI->InstrnsBefore, getFramePointer(),
LR->getSpillOffFromFP(), UniRetReg, regType);
- cerr << "\nCopied the return value from stack\n";
+ //cerr << "\nCopied the return value from stack\n";
}
} // if there is a return value
More information about the llvm-commits
mailing list