From f4ee371e6028decfc383f0f91a52c4355c415d98 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Tue, 6 Oct 2015 15:36:44 +0000 Subject: 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 --- polly/test/Isl/CodeGen/single_loop_one_iteration.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'polly/test/Isl/CodeGen/single_loop_one_iteration.ll') 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 ; -- cgit v1.2.3