mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-20 09:24:58 +00:00
Remove wierd printout
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6145 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1060,7 +1060,7 @@ void UltraSparcRegInfo::colorRetValue(MachineInstr *RetMI,
|
|||||||
else { // if the LR is spilled
|
else { // if the LR is spilled
|
||||||
cpMem2RegMI(RetAI->InstrnsBefore, getFramePointer(),
|
cpMem2RegMI(RetAI->InstrnsBefore, getFramePointer(),
|
||||||
LR->getSpillOffFromFP(), UniRetReg, regType);
|
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
|
} // if there is a return value
|
||||||
|
Reference in New Issue
Block a user