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.
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to