summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2016-07-06 07:02:22 +0000
committerTobias Grosser <tobias@grosser.es>2016-07-06 07:02:22 +0000
commit7945b16d65fbfc8b70cab90673c53470c23620da (patch)
tree2c194fae25cb0a62a891e30e30599a5e925a0f52
parent425d02d33e607ed0d3f0b21358ddceb25cafc6b0 (diff)
downloadbcm5719-llvm-7945b16d65fbfc8b70cab90673c53470c23620da.tar.gz
bcm5719-llvm-7945b16d65fbfc8b70cab90673c53470c23620da.zip
test: Drop unnecessary -polly-code-generator=isl flag
isl is already the default code generator since we switched from CLooG several years ago. llvm-svn: 274609
-rw-r--r--polly/test/Isl/CodeGen/pointer_rem.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/test/Isl/CodeGen/pointer_rem.ll b/polly/test/Isl/CodeGen/pointer_rem.ll
index 3f9cad7146d..e12d2368cdb 100644
--- a/polly/test/Isl/CodeGen/pointer_rem.ll
+++ b/polly/test/Isl/CodeGen/pointer_rem.ll
@@ -1,5 +1,5 @@
-; RUN: opt %loadPolly -polly-process-unprofitable -polly-code-generator=isl -polly-scops -polly-ast -analyze -S < %s | FileCheck %s --check-prefix=AST
-; RUN: opt %loadPolly -polly-process-unprofitable -polly-code-generator=isl -polly-scops -polly-codegen -S < %s | FileCheck %s --check-prefix=CODEGEN
+; RUN: opt %loadPolly -polly-process-unprofitable -polly-scops -polly-ast -analyze -S < %s | FileCheck %s --check-prefix=AST
+; RUN: opt %loadPolly -polly-process-unprofitable -polly-scops -polly-codegen -S < %s | FileCheck %s --check-prefix=CODEGEN
target datalayout = "e-m:e-i64:64-i128:128-n8:16:32:64-S128"
target triple = "aarch64--linux-gnu"
OpenPOWER on IntegriCloud