[polly] r233476 - Drop redundant run line in check

Tobias Grosser tobias at grosser.es
Sat Mar 28 02:34:34 PDT 2015


Author: grosser
Date: Sat Mar 28 04:34:34 2015
New Revision: 233476

URL: http://llvm.org/viewvc/llvm-project?rev=233476&view=rev
Log:
Drop redundant run line in check

Modified:
    polly/trunk/test/Isl/CodeGen/run-time-condition-with-scev-parameters.ll

Modified: polly/trunk/test/Isl/CodeGen/run-time-condition-with-scev-parameters.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/Isl/CodeGen/run-time-condition-with-scev-parameters.ll?rev=233476&r1=233475&r2=233476&view=diff
==============================================================================
--- polly/trunk/test/Isl/CodeGen/run-time-condition-with-scev-parameters.ll (original)
+++ polly/trunk/test/Isl/CodeGen/run-time-condition-with-scev-parameters.ll Sat Mar 28 04:34:34 2015
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly -polly-detect-unprofitable -polly-no-early-exit -polly-codegen-isl -S -polly-delinearize < %s | FileCheck %s
-; RUN: opt %loadPolly -polly-detect-unprofitable -polly-no-early-exit -polly-codegen-isl -S -polly-delinearize < %s | FileCheck %s
 
 ; CHECK: %1 = zext i32 %n to i64
 ; CHECK-NEST: %2 = icmp sge i64 %1, 1





More information about the llvm-commits mailing list