mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
X86 needs critical path anti-dependency breaking.
llvm-svn: 84931
This commit is contained in:
parent
3f91e235b8
commit
0db11ae5a2
@ -220,7 +220,7 @@ public:
|
||||
/// at 'More' optimization level.
|
||||
bool enablePostRAScheduler(CodeGenOpt::Level OptLevel,
|
||||
TargetSubtarget::AntiDepBreakMode& mode) const {
|
||||
mode = TargetSubtarget::ANTIDEP_NONE;
|
||||
mode = TargetSubtarget::ANTIDEP_CRITICAL;
|
||||
return OptLevel >= CodeGenOpt::Default;
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user