From 827d1b2e40e4362cc1dd88c879ec4cfc9206bc23 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 13 May 2005 04:20:57 +0000 Subject: [PATCH] add a correct run line llvm-svn: 21918 --- test/Regression/CodeGen/X86/fast-cc-pass-in-regs.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Regression/CodeGen/X86/fast-cc-pass-in-regs.ll b/test/Regression/CodeGen/X86/fast-cc-pass-in-regs.ll index 55dbcbfe935..740126a9434 100644 --- a/test/Regression/CodeGen/X86/fast-cc-pass-in-regs.ll +++ b/test/Regression/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.