[llvm-commits] [llvm] r48116 - /llvm/trunk/test/CodeGen/Alpha/mul5.ll

Evan Cheng evan.cheng at apple.com
Sun Mar 9 12:55:22 PDT 2008


Author: evancheng
Date: Sun Mar  9 14:55:22 2008
New Revision: 48116

URL: http://llvm.org/viewvc/llvm-project?rev=48116&view=rev
Log:
Fix RUN line.

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

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

==============================================================================
--- llvm/trunk/test/CodeGen/Alpha/mul5.ll (original)
+++ llvm/trunk/test/CodeGen/Alpha/mul5.ll Sun Mar  9 14:55:22 2008
@@ -1,5 +1,5 @@
 ; Make sure this testcase does not use mulq
-; RUN: llvm-as < %s | llvm-as | llc -march=alpha | \
+; RUN: llvm-as < %s | llc -march=alpha | \
 ; RUN:   not grep -i mul
 ; XFAIL: *
 





More information about the llvm-commits mailing list