[llvm-commits] [llvm] r57232 - /llvm/trunk/test/CodeGen/Alpha/add128.ll

Chris Lattner sabre at nondot.org
Mon Oct 6 21:06:55 PDT 2008


Author: lattner
Date: Mon Oct  6 23:06:55 2008
New Revision: 57232

URL: http://llvm.org/viewvc/llvm-project?rev=57232&view=rev
Log:
no need to write the output to the disk

Modified:
    llvm/trunk/test/CodeGen/Alpha/add128.ll

Modified: llvm/trunk/test/CodeGen/Alpha/add128.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Alpha/add128.ll?rev=57232&r1=57231&r2=57232&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/Alpha/add128.ll (original)
+++ llvm/trunk/test/CodeGen/Alpha/add128.ll Mon Oct  6 23:06:55 2008
@@ -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) {





More information about the llvm-commits mailing list