aboutsummaryrefslogtreecommitdiff
path: root/polly/test/Simplify/sweep_mapped_phi.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/Simplify/sweep_mapped_phi.ll')
-rw-r--r--polly/test/Simplify/sweep_mapped_phi.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/Simplify/sweep_mapped_phi.ll b/polly/test/Simplify/sweep_mapped_phi.ll
index 495d77a..ad41f25 100644
--- a/polly/test/Simplify/sweep_mapped_phi.ll
+++ b/polly/test/Simplify/sweep_mapped_phi.ll
@@ -1,4 +1,4 @@
-; RUN: opt %loadNPMPolly '-passes=polly-import-jscop,print<polly-simplify>' -polly-import-jscop-postfix=transformed -disable-output < %s | FileCheck %s -match-full-lines
+; RUN: opt %loadNPMPolly '-passes=polly-custom<import-jscop;simplify-0>' -polly-print-simplify -polly-import-jscop-postfix=transformed -disable-output < %s | FileCheck %s -match-full-lines
;
; Map %phi to A[j], so the scalar write in Stmt_for_bodyA can be removed.
;