From: Chris Lattner Date: Tue, 4 Jun 2002 03:09:57 +0000 (+0000) Subject: Disable debugging output X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=44014418f55ac409a503f7b30d4bf3f9b12ab902;p=oota-llvm.git Disable debugging output git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2756 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SparcV9/SparcV9RegInfo.cpp b/lib/Target/SparcV9/SparcV9RegInfo.cpp index 63498e79aef..a86e4f93845 100644 --- a/lib/Target/SparcV9/SparcV9RegInfo.cpp +++ b/lib/Target/SparcV9/SparcV9RegInfo.cpp @@ -1556,7 +1556,7 @@ void UltraSparcRegInfo::OrderAddedInstrns(std::vector &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]);