mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 08:11:52 +00:00
Disable debugging output
llvm-svn: 2756
This commit is contained in:
parent
27a93b1e90
commit
3cd6295cb7
@ -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]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user