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

Chris Lattner lattner at cs.uiuc.edu
Fri May 13 09:21:12 PDT 2005



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

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

Force x86 backend


---
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.2 llvm/test/Regression/CodeGen/X86/fast-cc-pass-in-regs.ll:1.3
--- llvm/test/Regression/CodeGen/X86/fast-cc-pass-in-regs.ll:1.2	Thu May 12 23:20:57 2005
+++ llvm/test/Regression/CodeGen/X86/fast-cc-pass-in-regs.ll	Fri May 13 11:20:59 2005
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -x86-asm-syntax=intel -enable-x86-fastcc  | grep 'mov %EDX, 1'
+; RUN: llvm-as < %s | llc -march=x86 -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