[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/fast-cc-pass-in-regs.ll

Chris Lattner lattner at cs.uiuc.edu
Thu May 12 21:21:15 PDT 2005



Changes in directory llvm/test/Regression/CodeGen/X86:

fast-cc-pass-in-regs.ll updated: 1.1 -> 1.2
---
Log message:

add a correct run line


---
Diffs of the changes:  (+1 -1)

 fast-cc-pass-in-regs.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/CodeGen/X86/fast-cc-pass-in-regs.ll
diff -u llvm/test/Regression/CodeGen/X86/fast-cc-pass-in-regs.ll:1.1 llvm/test/Regression/CodeGen/X86/fast-cc-pass-in-regs.ll:1.2
--- llvm/test/Regression/CodeGen/X86/fast-cc-pass-in-regs.ll:1.1	Thu May 12 18:09:04 2005
+++ llvm/test/Regression/CodeGen/X86/fast-cc-pass-in-regs.ll	Thu May 12 23:20:57 2005
@@ -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.
 






More information about the llvm-commits mailing list