summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fast-cc-pass-in-regs.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-05-13 04:20:57 +0000
committerChris Lattner <sabre@nondot.org>2005-05-13 04:20:57 +0000
commit3013138bd394f3ff958056ff81c1c1200077c2f4 (patch)
tree79da01f5624670152d3ebff4df2011b2f1d4ec4f /test/CodeGen/X86/fast-cc-pass-in-regs.ll
parenta364fa126a686035909d15a87c4dfd2abc60363c (diff)
downloadllvm-3013138bd394f3ff958056ff81c1c1200077c2f4.tar.gz
llvm-3013138bd394f3ff958056ff81c1c1200077c2f4.tar.bz2
llvm-3013138bd394f3ff958056ff81c1c1200077c2f4.tar.xz
add a correct run line
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21918 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/fast-cc-pass-in-regs.ll')
-rw-r--r--test/CodeGen/X86/fast-cc-pass-in-regs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fast-cc-pass-in-regs.ll b/test/CodeGen/X86/fast-cc-pass-in-regs.ll
index 55dbcbfe93..740126a943 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.