diff options
-rw-r--r-- | polly/lib/CodeGen/CodegenCleanup.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/lib/CodeGen/CodegenCleanup.cpp b/polly/lib/CodeGen/CodegenCleanup.cpp index 0e1ef0ed970..efb438b97e6 100644 --- a/polly/lib/CodeGen/CodegenCleanup.cpp +++ b/polly/lib/CodeGen/CodegenCleanup.cpp @@ -79,7 +79,6 @@ public: FPM->add(createDeadStoreEliminationPass()); FPM->add(createLICMPass()); FPM->add(createLoopRerollPass()); - FPM->add(createLoadCombinePass()); FPM->add(createAggressiveDCEPass()); FPM->add(createCFGSimplificationPass()); FPM->add(createInstructionCombiningPass()); |