Remove wierd printout

llvm-svn: 6145
This commit is contained in:
Chris Lattner 2003-05-12 20:10:12 +00:00
parent a4fe60d3c1
commit d2bbdec4bc

View File

@ -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