[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/fast-cc-callee-pops.ll

Chris Lattner lattner at cs.uiuc.edu
Wed Jul 26 13:44:38 PDT 2006



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

fast-cc-callee-pops.ll updated: 1.2 -> 1.3
---
Log message:

allow this to pass on non-x86 machines


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

 fast-cc-callee-pops.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/CodeGen/X86/fast-cc-callee-pops.ll
diff -u llvm/test/Regression/CodeGen/X86/fast-cc-callee-pops.ll:1.2 llvm/test/Regression/CodeGen/X86/fast-cc-callee-pops.ll:1.3
--- llvm/test/Regression/CodeGen/X86/fast-cc-callee-pops.ll:1.2	Sat Mar 18 17:48:54 2006
+++ llvm/test/Regression/CodeGen/X86/fast-cc-callee-pops.ll	Wed Jul 26 15:44:24 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -enable-x86-fastcc  | grep 'ret 28'
+; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -enable-x86-fastcc -mcpu=yonah | grep 'ret 28'
 
 ; Check that a fastcc function pops its stack variables before returning.
 






More information about the llvm-commits mailing list