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

Chris Lattner sabre at nondot.org
Wed Feb 28 09:43:06 PST 2007



Changes in directory llvm/test/CodeGen/X86:

fast-cc-callee-pops.ll updated: 1.4 -> 1.5
---
Log message:

fastcc -> fastcall


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

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


Index: llvm/test/CodeGen/X86/fast-cc-callee-pops.ll
diff -u llvm/test/CodeGen/X86/fast-cc-callee-pops.ll:1.4 llvm/test/CodeGen/X86/fast-cc-callee-pops.ll:1.5
--- llvm/test/CodeGen/X86/fast-cc-callee-pops.ll:1.4	Fri Dec  1 22:23:08 2006
+++ llvm/test/CodeGen/X86/fast-cc-callee-pops.ll	Wed Feb 28 11:42:50 2007
@@ -2,6 +2,6 @@
 
 ; Check that a fastcc function pops its stack variables before returning.
 
-fastcc void %func(long %X, long %Y, float %G, double %Z) {
+cc65 void %func(long %X, long %Y, float %G, double %Z) {
 	ret void
 }






More information about the llvm-commits mailing list