summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-06-04 03:09:57 +0000
committerChris Lattner <sabre@nondot.org>2002-06-04 03:09:57 +0000
commit070cf77a40437d787a60f41f79e89c4b25b5ed5f (patch)
tree1ae61a926b87e10d118d1fd3b7c89375a1d01c31
parent2db70cea7c80bfa7dd7aade05a18f23fbfcbc3b0 (diff)
downloadbcm5719-llvm-070cf77a40437d787a60f41f79e89c4b25b5ed5f.tar.gz
bcm5719-llvm-070cf77a40437d787a60f41f79e89c4b25b5ed5f.zip
Disable debugging output
llvm-svn: 2756
-rw-r--r--llvm/lib/Target/Sparc/SparcRegInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Sparc/SparcRegInfo.cpp b/llvm/lib/Target/Sparc/SparcRegInfo.cpp
index 63498e79aef..a86e4f93845 100644
--- a/llvm/lib/Target/Sparc/SparcRegInfo.cpp
+++ b/llvm/lib/Target/Sparc/SparcRegInfo.cpp
@@ -1556,7 +1556,7 @@ void UltraSparcRegInfo::OrderAddedInstrns(std::vector<MachineInstr*> &UnordVec,
} while(!CouldMoveAll);
- if (DebugPrint) {
+ if (DebugPrint && DEBUG_RA) {
cerr << "\nAdded instructions were reordered to:\n";
for(unsigned int i=0; i < OrdVec.size(); i++)
cerr << *(OrdVec[i]);
OpenPOWER on IntegriCloud