mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
Oops. I forgot to change the tests first. Disable post-alloc scheduling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84425 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ff89dcb06f
commit
eb6e1daa43
@ -220,7 +220,7 @@ public:
|
|||||||
/// at 'More' optimization level.
|
/// at 'More' optimization level.
|
||||||
bool enablePostRAScheduler(CodeGenOpt::Level OptLevel) const {
|
bool enablePostRAScheduler(CodeGenOpt::Level OptLevel) const {
|
||||||
// FIXME: This causes llvm to miscompile itself on i386. :-(
|
// FIXME: This causes llvm to miscompile itself on i386. :-(
|
||||||
return OptLevel >= CodeGenOpt::Default;
|
return false /*OptLevel >= CodeGenOpt::Default*/;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user