diff options
author | Tobias Grosser <tobias@grosser.es> | 2015-11-21 23:05:48 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2015-11-21 23:05:48 +0000 |
commit | 020fa09a3c1709b6ae4c43d907e00e0cf3ca6a26 (patch) | |
tree | ca676e2d2e1360b5be12a0e6df57fc431b60dd12 /polly/test/ScopInfo/same-base-address-scalar-and-array.ll | |
parent | dd1352499c0d22e26e1fc38420956699def3bff2 (diff) | |
download | bcm5719-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/same-base-address-scalar-and-array.ll')
-rw-r--r-- | polly/test/ScopInfo/same-base-address-scalar-and-array.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/ScopInfo/same-base-address-scalar-and-array.ll b/polly/test/ScopInfo/same-base-address-scalar-and-array.ll index 494e0ce5553..017389df125 100644 --- a/polly/test/ScopInfo/same-base-address-scalar-and-array.ll +++ b/polly/test/ScopInfo/same-base-address-scalar-and-array.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 ; ; Verify we introduce two ScopArrayInfo objects (or virtual arrays) for the %out variable ; as it is used as a memory base pointer (%0) but also as a scalar (%out.addr.0.lcssa). |