diff options
author | Tobias Grosser <tobias@grosser.es> | 2015-10-06 15:36:44 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2015-10-06 15:36:44 +0000 |
commit | f4ee371e6028decfc383f0f91a52c4355c415d98 (patch) | |
tree | 103d39df9849430f2042449c3c0d49d6d5a23119 /polly/test/Isl/CodeGen/single_loop_one_iteration.ll | |
parent | 5c3cc83b26ac288c18a5fe7cc499b8dacc36460f (diff) | |
download | bcm5719-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/single_loop_one_iteration.ll')
-rw-r--r-- | polly/test/Isl/CodeGen/single_loop_one_iteration.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/Isl/CodeGen/single_loop_one_iteration.ll b/polly/test/Isl/CodeGen/single_loop_one_iteration.ll index 38c1e8c3efd..92012cb7305 100644 --- a/polly/test/Isl/CodeGen/single_loop_one_iteration.ll +++ b/polly/test/Isl/CodeGen/single_loop_one_iteration.ll @@ -1,4 +1,4 @@ -; RUN: opt %loadPolly -polly-detect-unprofitable -polly-no-early-exit -polly-ast -analyze < %s | FileCheck %s +; RUN: opt %loadPolly -polly-ast -analyze < %s | FileCheck %s ;#define N 20 ; |