mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
[Hexagon] Select the aggressive anti-dependency breaker
llvm-svn: 270857
This commit is contained in:
parent
e53f2eed3e
commit
30a7bb4136
@ -105,6 +105,8 @@ public:
|
||||
// compiler time and will be removed eventually anyway.
|
||||
bool enableMachineSchedDefaultSched() const override { return false; }
|
||||
|
||||
AntiDepBreakMode getAntiDepBreakMode() const override { return ANTIDEP_ALL; }
|
||||
|
||||
const std::string &getCPUString () const { return CPUString; }
|
||||
|
||||
// Threshold for small data section
|
||||
|
Loading…
Reference in New Issue
Block a user