summaryrefslogtreecommitdiffstats
path: root/polly/test/ScopInfo/run-time-check-read-only-arrays.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/ScopInfo/run-time-check-read-only-arrays.ll')
-rw-r--r--polly/test/ScopInfo/run-time-check-read-only-arrays.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/ScopInfo/run-time-check-read-only-arrays.ll b/polly/test/ScopInfo/run-time-check-read-only-arrays.ll
index 02abc64e24d..61e979e35fd 100644
--- a/polly/test/ScopInfo/run-time-check-read-only-arrays.ll
+++ b/polly/test/ScopInfo/run-time-check-read-only-arrays.ll
@@ -1,4 +1,4 @@
-; RUN: opt %loadPolly -polly-code-generator=isl -polly-scops -analyze < %s | FileCheck %s
+; RUN: opt %loadPolly -polly-scops -analyze < %s | FileCheck %s
;
; void foo(float *A, float *B, float *C, long N) {
; for (long i = 0; i < N; i++)
OpenPOWER on IntegriCloud