mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Turn off post-RA scheduler by default.
llvm-svn: 153557
This commit is contained in:
parent
23505e5bb6
commit
ef68ecdecc
@ -64,5 +64,5 @@ MipsSubtarget::enablePostRAScheduler(CodeGenOpt::Level OptLevel,
|
||||
CriticalPathRCs.clear();
|
||||
CriticalPathRCs.push_back(hasMips64() ?
|
||||
&Mips::CPU64RegsRegClass : &Mips::CPURegsRegClass);
|
||||
return OptLevel >= CodeGenOpt::Default;
|
||||
return OptLevel >= CodeGenOpt::Aggressive;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user