diff options
author | Tobias Grosser <tobias@grosser.es> | 2015-05-12 07:45:52 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2015-05-12 07:45:52 +0000 |
commit | 09d3069740cf69731d384a7229bf93452e4f6009 (patch) | |
tree | 75833dc95c5d35a8d6f0d9bd36d45baeae0cd1f0 /polly/test/Isl/CodeGen/create-conditional-scop.ll | |
parent | b2b61a24227edc527d419501d66d53597888be80 (diff) | |
download | bcm5719-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/create-conditional-scop.ll')
-rw-r--r-- | polly/test/Isl/CodeGen/create-conditional-scop.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/Isl/CodeGen/create-conditional-scop.ll b/polly/test/Isl/CodeGen/create-conditional-scop.ll index 952cda62f90..edfb0d5c3e7 100644 --- a/polly/test/Isl/CodeGen/create-conditional-scop.ll +++ b/polly/test/Isl/CodeGen/create-conditional-scop.ll @@ -1,4 +1,4 @@ -; RUN: opt %loadPolly -polly-detect-unprofitable -polly-no-early-exit -basicaa -polly-codegen-isl -verify-loop-info < %s -S | FileCheck %s +; RUN: opt %loadPolly -polly-detect-unprofitable -polly-no-early-exit -basicaa -polly-codegen -verify-loop-info < %s -S | FileCheck %s target datalayout = "e-p:32:32:32-i64:64:64-i32:32:32-i16:16:16-i1:32:32-f64:64:64-f32:32:32-a0:0-n32" |