aboutsummaryrefslogtreecommitdiff
path: root/polly/test/ScopInfo/schedule-constuction-endless-loop2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/ScopInfo/schedule-constuction-endless-loop2.ll')
-rw-r--r--polly/test/ScopInfo/schedule-constuction-endless-loop2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/ScopInfo/schedule-constuction-endless-loop2.ll b/polly/test/ScopInfo/schedule-constuction-endless-loop2.ll
index 65f2f99..9ac6643 100644
--- a/polly/test/ScopInfo/schedule-constuction-endless-loop2.ll
+++ b/polly/test/ScopInfo/schedule-constuction-endless-loop2.ll
@@ -1,4 +1,4 @@
-; RUN: opt %loadNPMPolly '-passes=print<polly-detect>,print<polly-function-scops>' -disable-output < %s 2>&1 | FileCheck %s
+; RUN: opt %loadNPMPolly '-passes=polly-custom<scops>' -polly-print-detect -polly-print-scops -disable-output < %s 2>&1 | FileCheck %s
;
; Check that we do not build a SCoP and do not crash.
;