diff options
author | Chris Lattner <sabre@nondot.org> | 2003-05-12 20:10:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-05-12 20:10:12 +0000 |
commit | ee92637cfa4c7b3f85bd526e888923f87ab045b0 (patch) | |
tree | 0200f9888c046249105c1f4e48878a9f22873cef /lib/Target | |
parent | b52e0241c03a257f96bd9c77788eff5b1a7fd437 (diff) | |
download | external_llvm-ee92637cfa4c7b3f85bd526e888923f87ab045b0.zip external_llvm-ee92637cfa4c7b3f85bd526e888923f87ab045b0.tar.gz external_llvm-ee92637cfa4c7b3f85bd526e888923f87ab045b0.tar.bz2 |
Remove wierd printout
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6145 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-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 d9e5791..0a846cf 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 |