fastcc -> fastcall
authorChris Lattner <sabre@nondot.org>
Wed, 28 Feb 2007 17:42:50 +0000 (17:42 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 28 Feb 2007 17:42:50 +0000 (17:42 +0000)
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

index 7d5df801239ecf639dd9a16362204a26954121b9..ab0d488b2d6cc81bb542ba40b362316d450153e1 100644 (file)
@@ -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
 }