aboutsummaryrefslogtreecommitdiff
path: root/polly/test/ScopInliner/simple-inline-loop.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/ScopInliner/simple-inline-loop.ll')
-rw-r--r--polly/test/ScopInliner/simple-inline-loop.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/polly/test/ScopInliner/simple-inline-loop.ll b/polly/test/ScopInliner/simple-inline-loop.ll
index a5e3483..f12798a 100644
--- a/polly/test/ScopInliner/simple-inline-loop.ll
+++ b/polly/test/ScopInliner/simple-inline-loop.ll
@@ -1,5 +1,4 @@
-; RUN: opt %loadPolly -polly-detect-full-functions -polly-scop-inliner \
-; RUN: -polly-print-scops -disable-output < %s | FileCheck %s
+; RUN: opt %loadNPMPolly -polly-detect-full-functions '-passes=cgscc(polly-inline),function(print<polly-function-scops>)' -disable-output < %s 2>&1 | FileCheck %s
; Check that we get the 2 nested loops by inlining `to_be_inlined` into
; `inline_site`.