projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efc9433
)
Print "circular" warning message only in debug mode.
author
Vikram S. Adve
<vadve@cs.uiuc.edu>
Mon, 14 Oct 2002 16:32:49 +0000
(16:32 +0000)
committer
Vikram S. Adve
<vadve@cs.uiuc.edu>
Mon, 14 Oct 2002 16:32:49 +0000
(16:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4170
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/SparcV9/SparcV9RegInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/SparcV9/SparcV9RegInfo.cpp
b/lib/Target/SparcV9/SparcV9RegInfo.cpp
index 1e8f5e8eaef972cc158b36a4e755af2fbfb45880..d7b20c032f3a1e4821ca934e865eec3647624002 100644
(file)
--- a/
lib/Target/SparcV9/SparcV9RegInfo.cpp
+++ b/
lib/Target/SparcV9/SparcV9RegInfo.cpp
@@
-1733,9
+1733,8
@@
void UltraSparcRegInfo::moveInst2OrdVec(std::vector<MachineInstr *> &OrdVec,
cpMem2RegMI(OrdVec, getFramePointer(), StackOff, DReg, RegType);
- cerr << "\nFixed CIRCULAR references by reordering";
-
if( DEBUG_RA ) {
+ cerr << "\nFixed CIRCULAR references by reordering:";
cerr << "\nBefore CIRCULAR Reordering:\n";
cerr << *UnordInst;
cerr << *OrdInst;