mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Print "circular" warning message only in debug mode.
llvm-svn: 4170
This commit is contained in:
parent
3cb2d3379d
commit
e4413c5804
@ -1733,9 +1733,8 @@ void UltraSparcRegInfo::moveInst2OrdVec(std::vector<MachineInstr *> &OrdVec,
|
||||
|
||||
cpMem2RegMI(OrdVec, getFramePointer(), StackOff, DReg, RegType);
|
||||
|
||||
cerr << "\nFixed CIRCULAR references by reordering";
|
||||
|
||||
if( DEBUG_RA ) {
|
||||
cerr << "\nFixed CIRCULAR references by reordering:";
|
||||
cerr << "\nBefore CIRCULAR Reordering:\n";
|
||||
cerr << *UnordInst;
|
||||
cerr << *OrdInst;
|
||||
|
Loading…
Reference in New Issue
Block a user