1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

no need to keep around this output.

llvm-svn: 48285
This commit is contained in:
Chris Lattner 2008-03-12 17:14:06 +00:00
parent 59831b0358
commit e72cd8b5a4

View File

@ -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]