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 } _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits