aboutsummaryrefslogtreecommitdiff
path: root/polly/test/ScopInfo/read-only-scalar-used-in-phi-2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/ScopInfo/read-only-scalar-used-in-phi-2.ll')
-rw-r--r--polly/test/ScopInfo/read-only-scalar-used-in-phi-2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/ScopInfo/read-only-scalar-used-in-phi-2.ll b/polly/test/ScopInfo/read-only-scalar-used-in-phi-2.ll
index 7e6f240..528dbb1 100644
--- a/polly/test/ScopInfo/read-only-scalar-used-in-phi-2.ll
+++ b/polly/test/ScopInfo/read-only-scalar-used-in-phi-2.ll
@@ -1,4 +1,4 @@
-; RUN: opt %loadNPMPolly '-passes=print<polly-function-scops>' -disable-output < %s 2>&1 | FileCheck %s
+; RUN: opt %loadNPMPolly '-passes=polly-custom<scops>' -polly-print-scops -disable-output < %s 2>&1 | FileCheck %s
;
; float foo(float sum, float A[]) {
;