Remove wierd printout

llvm-svn: 6145
This commit is contained in:
Chris Lattner 2003-05-12 20:10:12 +00:00
parent 1103e8349d
commit b1eee00034
1 changed files with 1 additions and 1 deletions

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