From: Chris Lattner Date: Fri, 13 May 2005 04:20:57 +0000 (+0000) Subject: add a correct run line X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3013138bd394f3ff958056ff81c1c1200077c2f4;p=oota-llvm.git add a correct run line git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21918 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/fast-cc-pass-in-regs.ll b/test/CodeGen/X86/fast-cc-pass-in-regs.ll index 55dbcbfe935..740126a9434 100644 --- a/test/CodeGen/X86/fast-cc-pass-in-regs.ll +++ b/test/CodeGen/X86/fast-cc-pass-in-regs.ll @@ -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.