diff options
-rw-r--r-- | polly/lib/CodeGen/CodegenCleanup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/CodeGen/CodegenCleanup.cpp b/polly/lib/CodeGen/CodegenCleanup.cpp index 932a3e62a4f..f9097031f81 100644 --- a/polly/lib/CodeGen/CodegenCleanup.cpp +++ b/polly/lib/CodeGen/CodegenCleanup.cpp @@ -68,7 +68,7 @@ public: FPM->add(createIndVarSimplifyPass()); FPM->add(createLoopIdiomPass()); FPM->add(createLoopDeletionPass()); - FPM->add(createLoopInterchangePass()); + FPM->add(createDemoteRegisterToMemoryPass()); FPM->add(createCFGSimplificationPass()); FPM->add(createSimpleLoopUnrollPass()); FPM->add(createMergedLoadStoreMotionPass()); |