Fix RUN line.

llvm-svn: 48116
This commit is contained in:
Evan Cheng 2008-03-09 19:55:22 +00:00
parent b05e945be4
commit 53424806b1

View 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: *