aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SimplifyLibCalls
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-07-29 06:14:52 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-07-29 06:14:52 +0000
commit02a0d0eb24645d55dba126f14b5bf63170cb10e1 (patch)
tree723edbeb867aeef99235e6c11d46c81376030e8e /test/Transforms/SimplifyLibCalls
parent31dcfe61210305e3b14f3a5ba6a1b8ba453b2d6d (diff)
downloadexternal_llvm-02a0d0eb24645d55dba126f14b5bf63170cb10e1.zip
external_llvm-02a0d0eb24645d55dba126f14b5bf63170cb10e1.tar.gz
external_llvm-02a0d0eb24645d55dba126f14b5bf63170cb10e1.tar.bz2
Just discard the output, no need to turn it back into text.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77439 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/SimplifyLibCalls')
-rw-r--r--test/Transforms/SimplifyLibCalls/2009-07-28-Exit.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SimplifyLibCalls/2009-07-28-Exit.ll b/test/Transforms/SimplifyLibCalls/2009-07-28-Exit.ll
index 2c43071..e4d9f89 100644
--- a/test/Transforms/SimplifyLibCalls/2009-07-28-Exit.ll
+++ b/test/Transforms/SimplifyLibCalls/2009-07-28-Exit.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis
+; RUN: llvm-as < %s | opt -simplify-libcalls -disable-output
; PR4641
%struct.__sFILE = type { i8*, i32, i32, i16, i16, %struct.__sbuf, i32, i8*, i32 (i8*)*, i32 (i8*, i8*, i32)*, i64 (i8*, i64, i32)*, i32 (i8*, i8*, i32)*, %struct.__sbuf, i8*, i32, [3 x i8], [1 x i8], %struct.__sbuf, i32, i64, %struct.pthread_mutex*, %struct.pthread*, i32, i32, %union.anon }