diff options
Diffstat (limited to 'polly/lib/CodeGen/CodegenCleanup.cpp')
| -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 efb438b97e6..74fae62476e 100644 --- a/polly/lib/CodeGen/CodegenCleanup.cpp +++ b/polly/lib/CodeGen/CodegenCleanup.cpp @@ -51,7 +51,7 @@ public: // -polly-position=early. This can probably be reduced to a more compact set // of passes. FPM->add(createCFGSimplificationPass()); - FPM->add(createScalarReplAggregatesPass()); + FPM->add(createSROAPass()); FPM->add(createEarlyCSEPass()); FPM->add(createInstructionCombiningPass()); FPM->add(createJumpThreadingPass()); |

