mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-07 11:59:09 +00:00
Oops. I forgot to change the tests first. Disable post-alloc scheduling.
llvm-svn: 84425
This commit is contained in:
parent
e921ebe70d
commit
1f32fa84b0
@ -220,7 +220,7 @@ public:
|
||||
/// at 'More' optimization level.
|
||||
bool enablePostRAScheduler(CodeGenOpt::Level OptLevel) const {
|
||||
// FIXME: This causes llvm to miscompile itself on i386. :-(
|
||||
return OptLevel >= CodeGenOpt::Default;
|
||||
return false /*OptLevel >= CodeGenOpt::Default*/;
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user