Disable debugging output

llvm-svn: 2756
This commit is contained in:
Chris Lattner 2002-06-04 03:09:57 +00:00
parent 27a93b1e90
commit 3cd6295cb7

View 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]);