OSDN Git Service

Fix RUN line.
authorEvan Cheng <evan.cheng@apple.com>
Sun, 9 Mar 2008 19:55:22 +0000 (19:55 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sun, 9 Mar 2008 19:55:22 +0000 (19:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48116 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Alpha/mul5.ll

index 9042015..052ec0a 100644 (file)
@@ -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: *