diff options
-rw-r--r-- | include/llvm/Support/StandardPasses.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/StandardPasses.h b/include/llvm/Support/StandardPasses.h index 9ef5ff8851..9cd210e2b0 100644 --- a/include/llvm/Support/StandardPasses.h +++ b/include/llvm/Support/StandardPasses.h @@ -83,7 +83,7 @@ namespace llvm { createStandardAliasAnalysisPasses(PM); PM->add(createCFGSimplificationPass()); PM->add(createScalarReplAggregatesPass()); - PM->add(createInstructionCombiningPass()); + PM->add(createEarlyCSEPass()); } } |