From: Anton Korobeynikov Date: Tue, 4 Nov 2008 23:02:39 +0000 (+0000) Subject: Fix tests not to emit IR output X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=879b1ac22e6307e3111eac87bfba123fba1ac7a4;p=oota-llvm.git Fix tests not to emit IR output git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58729 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/MergeFunc/phi-speculation1.ll b/test/Transforms/MergeFunc/phi-speculation1.ll index 89f31e3adad..9ba3081a901 100644 --- a/test/Transforms/MergeFunc/phi-speculation1.ll +++ b/test/Transforms/MergeFunc/phi-speculation1.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -mergefunc -stats | not grep {functions merged} +; RUN: llvm-as < %s | opt -mergefunc -stats -disable-output |& not grep {functions merged} define i32 @foo1(i32 %x) { entry: diff --git a/test/Transforms/MergeFunc/phi-speculation2.ll b/test/Transforms/MergeFunc/phi-speculation2.ll index 16491002001..d8c6e30b975 100644 --- a/test/Transforms/MergeFunc/phi-speculation2.ll +++ b/test/Transforms/MergeFunc/phi-speculation2.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -mergefunc -stats |& grep {functions merged} +; RUN: llvm-as < %s | opt -mergefunc -stats -disable-output |& grep {functions merged} define i32 @foo1(i32 %x) { entry: