[llvm-commits] [llvm] r48285 - /llvm/trunk/test/Feature/llvm2cpp.ll

Chris Lattner sabre at nondot.org
Wed Mar 12 10:14:08 PDT 2008


Author: lattner
Date: Wed Mar 12 12:14:06 2008
New Revision: 48285

URL: http://llvm.org/viewvc/llvm-project?rev=48285&view=rev
Log:
no need to keep around this output.

Modified:
    llvm/trunk/test/Feature/llvm2cpp.ll

Modified: llvm/trunk/test/Feature/llvm2cpp.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Feature/llvm2cpp.ll?rev=48285&r1=48284&r2=48285&view=diff

==============================================================================
--- llvm/trunk/test/Feature/llvm2cpp.ll (original)
+++ llvm/trunk/test/Feature/llvm2cpp.ll Wed Mar 12 12:14:06 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llvm-dis > %t1.ll
+; RUN: llvm-as < %s | llvm-dis > /dev/null
 ; RUN: llvm-as < %s | llvm2cpp -gen-program -o -
 
 @X = global i32 4, align 16		; <i32*> [#uses=0]





More information about the llvm-commits mailing list