Disable debugging output
authorChris Lattner <sabre@nondot.org>
Tue, 4 Jun 2002 03:09:57 +0000 (03:09 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 4 Jun 2002 03:09:57 +0000 (03:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2756 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/SparcV9RegInfo.cpp

index 63498e79aefa51c82f7548a2012a0246bb4c1de1..a86e4f9384560f07ee396d7d2acafd097150710c 100644 (file)
@@ -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]);