Disable output for test case that does not need output
authorTobias Grosser <tobias@grosser.es>
Thu, 4 Jun 2015 17:59:51 +0000 (17:59 +0000)
committerTobias Grosser <tobias@grosser.es>
Thu, 4 Jun 2015 17:59:51 +0000 (17:59 +0000)
llvm-svn: 239060

polly/test/ScopDetect/dependency_to_phi_node_outside_of_region.ll

index c950e71..5bf19f5 100644 (file)
@@ -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 {