forked from OSchip/llvm-project
X86 needs critical path anti-dependency breaking.
llvm-svn: 84931
This commit is contained in:
parent
ca42a51dce
commit
8b86efefec
|
@ -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