summaryrefslogtreecommitdiffstats
path: root/polly/test/Isl/CodeGen/non_affine_float_compare.ll
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2015-05-12 07:45:52 +0000
committerTobias Grosser <tobias@grosser.es>2015-05-12 07:45:52 +0000
commit09d3069740cf69731d384a7229bf93452e4f6009 (patch)
tree75833dc95c5d35a8d6f0d9bd36d45baeae0cd1f0 /polly/test/Isl/CodeGen/non_affine_float_compare.ll
parentb2b61a24227edc527d419501d66d53597888be80 (diff)
downloadbcm5719-llvm-09d3069740cf69731d384a7229bf93452e4f6009.tar.gz
bcm5719-llvm-09d3069740cf69731d384a7229bf93452e4f6009.zip
Rename IslCodeGeneration to CodeGeneration
Besides class, function and file names, we also change the command line option from -polly-codegen-isl to just -polly-codegen. The isl postfix is a leftover from the times when we still had the CLooG based -polly-codegen. Today it is just redundant and we drop it. llvm-svn: 237099
Diffstat (limited to 'polly/test/Isl/CodeGen/non_affine_float_compare.ll')
-rw-r--r--polly/test/Isl/CodeGen/non_affine_float_compare.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/Isl/CodeGen/non_affine_float_compare.ll b/polly/test/Isl/CodeGen/non_affine_float_compare.ll
index d62e1e691ee..13f3b078248 100644
--- a/polly/test/Isl/CodeGen/non_affine_float_compare.ll
+++ b/polly/test/Isl/CodeGen/non_affine_float_compare.ll
@@ -1,4 +1,4 @@
-; RUN: opt %loadPolly -polly-codegen-isl -polly-no-early-exit -polly-allow-nonaffine-branches -S -verify-dom-info < %s | FileCheck %s
+; RUN: opt %loadPolly -polly-codegen -polly-no-early-exit -polly-allow-nonaffine-branches -S -verify-dom-info < %s | FileCheck %s
;
; void f(float *A) {
; for (int i = 0; i < 1024; i++)
OpenPOWER on IntegriCloud