From 08553f9a334bd75ef556c2711a56bc45513bc6ea Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 28 Feb 2007 17:42:50 +0000 Subject: [PATCH] fastcc -> fastcall git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34746 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/fast-cc-callee-pops.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/fast-cc-callee-pops.ll b/test/CodeGen/X86/fast-cc-callee-pops.ll index 7d5df801239..ab0d488b2d6 100644 --- a/test/CodeGen/X86/fast-cc-callee-pops.ll +++ b/test/CodeGen/X86/fast-cc-callee-pops.ll @@ -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 } -- 2.34.1