mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-01 15:40:46 +00:00
Print "circular" warning message only in debug mode.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4170 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
efc9433960
commit
edf3a727b7
@ -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