summaryrefslogtreecommitdiffstats
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
commit013c8e5474450eb5b7238afaceaa7fa1db3ceaf7 (patch)
tree8ed4825981029f0068748e300eb2358aa0e1efc0
parent6b6dbb3bd887f4825993e602d79bb4ad63205cbe (diff)
downloadbcm5719-llvm-013c8e5474450eb5b7238afaceaa7fa1db3ceaf7.tar.gz
bcm5719-llvm-013c8e5474450eb5b7238afaceaa7fa1db3ceaf7.zip
Just discard the output, no need to turn it back into text.
llvm-svn: 77439
-rw-r--r--llvm/test/Transforms/SimplifyLibCalls/2009-07-28-Exit.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SimplifyLibCalls/2009-07-28-Exit.ll b/llvm/test/Transforms/SimplifyLibCalls/2009-07-28-Exit.ll
index 2c4307125a4..e4d9f89e4d1 100644
--- a/llvm/test/Transforms/SimplifyLibCalls/2009-07-28-Exit.ll
+++ b/llvm/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 }
OpenPOWER on IntegriCloud