[llvm-commits] [llvm] r77439 - /llvm/trunk/test/Transforms/SimplifyLibCalls/2009-07-28-Exit.ll

Nick Lewycky nicholas at mxc.ca
Tue Jul 28 23:14:53 PDT 2009


Author: nicholas
Date: Wed Jul 29 01:14:52 2009
New Revision: 77439

URL: http://llvm.org/viewvc/llvm-project?rev=77439&view=rev
Log:
Just discard the output, no need to turn it back into text.

Modified:
    llvm/trunk/test/Transforms/SimplifyLibCalls/2009-07-28-Exit.ll

Modified: llvm/trunk/test/Transforms/SimplifyLibCalls/2009-07-28-Exit.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SimplifyLibCalls/2009-07-28-Exit.ll?rev=77439&r1=77438&r2=77439&view=diff

==============================================================================
--- llvm/trunk/test/Transforms/SimplifyLibCalls/2009-07-28-Exit.ll (original)
+++ llvm/trunk/test/Transforms/SimplifyLibCalls/2009-07-28-Exit.ll Wed Jul 29 01:14:52 2009
@@ -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 }





More information about the llvm-commits mailing list