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:
b52e024
)
Remove wierd printout
author
Chris Lattner
<sabre@nondot.org>
Mon, 12 May 2003 20:10:12 +0000
(20:10 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 12 May 2003 20:10:12 +0000
(20:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6145
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/SparcV9/SparcV9RegInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/SparcV9/SparcV9RegInfo.cpp
b/lib/Target/SparcV9/SparcV9RegInfo.cpp
index d9e57911f7c3d1a04caace2988d16e2840d8de17..0a846cf4adf62bba29b507a536af0fef948a1360 100644
(file)
--- a/
lib/Target/SparcV9/SparcV9RegInfo.cpp
+++ b/
lib/Target/SparcV9/SparcV9RegInfo.cpp
@@
-1060,7
+1060,7
@@
void UltraSparcRegInfo::colorRetValue(MachineInstr *RetMI,
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