[polly] r239060 - Disable output for test case that does not need output

Tobias Grosser tobias at grosser.es
Thu Jun 4 10:59:51 PDT 2015


Author: grosser
Date: Thu Jun  4 12:59:51 2015
New Revision: 239060

URL: http://llvm.org/viewvc/llvm-project?rev=239060&view=rev
Log:
Disable output for test case that does not need output

Modified:
    polly/trunk/test/ScopDetect/dependency_to_phi_node_outside_of_region.ll

Modified: polly/trunk/test/ScopDetect/dependency_to_phi_node_outside_of_region.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/ScopDetect/dependency_to_phi_node_outside_of_region.ll?rev=239060&r1=239059&r2=239060&view=diff
==============================================================================
--- polly/trunk/test/ScopDetect/dependency_to_phi_node_outside_of_region.ll (original)
+++ polly/trunk/test/ScopDetect/dependency_to_phi_node_outside_of_region.ll Thu Jun  4 12:59:51 2015
@@ -1,4 +1,4 @@
-; RUN: opt %loadPolly -polly-detect-unprofitable -polly-detect < %s
+; RUN: opt %loadPolly -polly-detect-unprofitable -polly-detect -disable-output < %s
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
 
 define void @f(i64* %A, i64 %N, i64 %M) nounwind {





More information about the llvm-commits mailing list