aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Alpha
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-03-09 19:55:22 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-03-09 19:55:22 +0000
commit7a0690d1b666d3e7e3d9ab8f872717729a7d1611 (patch)
tree1c8705d47516862a3e186a85ec75e682e9be7513 /test/CodeGen/Alpha
parent58d5e051574339106ce4139697ebadd21e34dbc0 (diff)
downloadexternal_llvm-7a0690d1b666d3e7e3d9ab8f872717729a7d1611.zip
external_llvm-7a0690d1b666d3e7e3d9ab8f872717729a7d1611.tar.gz
external_llvm-7a0690d1b666d3e7e3d9ab8f872717729a7d1611.tar.bz2
Fix RUN line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48116 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Alpha')
-rw-r--r--test/CodeGen/Alpha/mul5.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Alpha/mul5.ll b/test/CodeGen/Alpha/mul5.ll
index 9042015..052ec0a 100644
--- a/test/CodeGen/Alpha/mul5.ll
+++ b/test/CodeGen/Alpha/mul5.ll
@@ -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: *