no need to write the output to the disk

llvm-svn: 57232
This commit is contained in:
Chris Lattner 2008-10-07 04:06:55 +00:00
parent 3b893a905e
commit 315e3c0e64
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
;test for ADDC and ADDE expansion ;test for ADDC and ADDE expansion
; ;
; RUN: llvm-as < %s | llc -march=alpha -o %t.s -f ; RUN: llvm-as < %s | llc -march=alpha
; XFAIL: * ; XFAIL: *
define i128 @add128(i128 %x, i128 %y) { define i128 @add128(i128 %x, i128 %y) {