add a correct run line

llvm-svn: 21918
This commit is contained in:
Chris Lattner 2005-05-13 04:20:57 +00:00
parent e3677d6354
commit f26c015929
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; llvm-as < %s | llc -x86-asm-syntax=intel -enable-x86-fastcc | grep 'mov %EDX, 1'
; RUN: llvm-as < %s | llc -x86-asm-syntax=intel -enable-x86-fastcc | grep 'mov %EDX, 1'
; check that fastcc is passing stuff in regs.