From: Chris Lattner Date: Wed, 28 Feb 2007 17:42:50 +0000 (+0000) Subject: fastcc -> fastcall X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=08553f9a334bd75ef556c2711a56bc45513bc6ea;p=oota-llvm.git fastcc -> fastcall git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34746 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 }