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 4225794d549..131528090e4 100644 --- a/llvm/lib/Target/ARM/ARMTargetMachine.cpp +++ b/llvm/lib/Target/ARM/ARMTargetMachine.cpp @@ -536,7 +536,7 @@ void ARMPassConfig::addPreSched2() {      if (EnableARMLoadStoreOpt)        addPass(createARMLoadStoreOptimizationPass()); -    addPass(createExecutionDependencyFixPass(&ARM::DPRRegClass)); +    addPass(createExecutionDepsFixPass(&ARM::DPRRegClass));    }    // Expand some pseudo instructions into multiple instructions to allow  | 

