diff options
Diffstat (limited to 'llvm/lib/Target/ARM')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMTargetMachine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMTargetMachine.cpp b/llvm/lib/Target/ARM/ARMTargetMachine.cpp index 66eaa3ce72d..9ba286a98d5 100644 --- a/llvm/lib/Target/ARM/ARMTargetMachine.cpp +++ b/llvm/lib/Target/ARM/ARMTargetMachine.cpp @@ -466,7 +466,7 @@ void ARMPassConfig::addPreSched2() { addPass(createARMLoadStoreOptimizationPass()); addPass(new ARMExecutionDomainFix()); - addPass(new BreakFalseDeps()); + addPass(createBreakFalseDeps()); } // Expand some pseudo instructions into multiple instructions to allow |

