Fix RUN line.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48116 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2008-03-09 19:55:22 +00:00
parent 58d5e05157
commit 7a0690d1b6

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