no need to write the output to the disk
authorChris Lattner <sabre@nondot.org>
Tue, 7 Oct 2008 04:06:55 +0000 (04:06 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 7 Oct 2008 04:06:55 +0000 (04:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57232 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Alpha/add128.ll

index 3f243d1805baacb42541c50fc76331a6527b4a22..6432b2d9a847d801b6aff65ce7838a457ae4db65 100644 (file)
@@ -1,6 +1,6 @@
 ;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: *
 
 define i128 @add128(i128 %x, i128 %y) {