summaryrefslogtreecommitdiffstats
path: root/polly/test/Isl/CodeGen/RuntimeDebugBuilder
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2015-10-06 15:36:44 +0000
committerTobias Grosser <tobias@grosser.es>2015-10-06 15:36:44 +0000
commitf4ee371e6028decfc383f0f91a52c4355c415d98 (patch)
tree103d39df9849430f2042449c3c0d49d6d5a23119 /polly/test/Isl/CodeGen/RuntimeDebugBuilder
parent5c3cc83b26ac288c18a5fe7cc499b8dacc36460f (diff)
downloadbcm5719-llvm-f4ee371e6028decfc383f0f91a52c4355c415d98.tar.gz
bcm5719-llvm-f4ee371e6028decfc383f0f91a52c4355c415d98.zip
tests: Drop -polly-detect-unprofitable and -polly-no-early-exit
These flags are now always passed to all tests and need to be disabled if not needed. Disabling these flags, rather than passing them to almost all tests, significantly simplfies our RUN: lines. llvm-svn: 249422
Diffstat (limited to 'polly/test/Isl/CodeGen/RuntimeDebugBuilder')
-rw-r--r--polly/test/Isl/CodeGen/RuntimeDebugBuilder/combine_different_values.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/test/Isl/CodeGen/RuntimeDebugBuilder/combine_different_values.ll b/polly/test/Isl/CodeGen/RuntimeDebugBuilder/combine_different_values.ll
index b2e8ae815cc..0555f5b350d 100644
--- a/polly/test/Isl/CodeGen/RuntimeDebugBuilder/combine_different_values.ll
+++ b/polly/test/Isl/CodeGen/RuntimeDebugBuilder/combine_different_values.ll
@@ -1,5 +1,5 @@
-; RUN: opt %loadPolly -polly-codegen -S -polly-detect-unprofitable \
-; RUN: -polly-no-early-exit -polly-codegen-add-debug-printing \
+; RUN: opt %loadPolly -polly-codegen -S \
+; RUN: -polly-codegen-add-debug-printing \
; RUN: -polly-ignore-aliasing < %s | FileCheck %s
; #define N 10
OpenPOWER on IntegriCloud