summaryrefslogtreecommitdiffstats
path: root/polly/test/ScopInfo/run-time-check-read-only-arrays.ll
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2015-11-21 23:05:48 +0000
committerTobias Grosser <tobias@grosser.es>2015-11-21 23:05:48 +0000
commit020fa09a3c1709b6ae4c43d907e00e0cf3ca6a26 (patch)
treeca676e2d2e1360b5be12a0e6df57fc431b60dd12 /polly/test/ScopInfo/run-time-check-read-only-arrays.ll
parentdd1352499c0d22e26e1fc38420956699def3bff2 (diff)
downloadbcm5719-llvm-020fa09a3c1709b6ae4c43d907e00e0cf3ca6a26.tar.gz
bcm5719-llvm-020fa09a3c1709b6ae4c43d907e00e0cf3ca6a26.zip
Remove -polly-code-generator=isl from many test cases
This is the default since a long time. Setting it again does not add value in any of these test cases. llvm-svn: 253800
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