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/debug-intrinsics.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/debug-intrinsics.ll')
-rw-r--r-- | polly/test/Isl/CodeGen/debug-intrinsics.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/Isl/CodeGen/debug-intrinsics.ll b/polly/test/Isl/CodeGen/debug-intrinsics.ll index f0912c45bc7..14b70a7ba4c 100644 --- a/polly/test/Isl/CodeGen/debug-intrinsics.ll +++ b/polly/test/Isl/CodeGen/debug-intrinsics.ll @@ -1,4 +1,4 @@ -; RUN: opt %loadPolly -polly-detect-unprofitable -polly-no-early-exit -polly-codegen-isl -S < %s | FileCheck %s +; RUN: opt %loadPolly -polly-detect-unprofitable -polly-no-early-exit -polly-codegen -S < %s | FileCheck %s target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" ; Function Attrs: nounwind uwtable |