1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-14 15:33:34 +00:00

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

@ -1,5 +1,5 @@
; Make sure this testcase does not use mulq ; 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 ; RUN: not grep -i mul
; XFAIL: * ; XFAIL: *