diff options
Diffstat (limited to 'lib/Target/SparcV9/SparcV9RegInfo.cpp')
-rw-r--r-- | lib/Target/SparcV9/SparcV9RegInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SparcV9/SparcV9RegInfo.cpp b/lib/Target/SparcV9/SparcV9RegInfo.cpp index d9e57911f7..0a846cf4ad 100644 --- 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 |