aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/fast-cc-callee-pops.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-02-28 17:42:50 +0000
committerChris Lattner <sabre@nondot.org>2007-02-28 17:42:50 +0000
commit08553f9a334bd75ef556c2711a56bc45513bc6ea (patch)
treeab51fb6113b96c881facc7409bd00ada79ca71ed /test/CodeGen/X86/fast-cc-callee-pops.ll
parent663e711dc235cae94eb50abb1c0571fd0b3a6a35 (diff)
downloadexternal_llvm-08553f9a334bd75ef556c2711a56bc45513bc6ea.zip
external_llvm-08553f9a334bd75ef556c2711a56bc45513bc6ea.tar.gz
external_llvm-08553f9a334bd75ef556c2711a56bc45513bc6ea.tar.bz2
fastcc -> fastcall
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34746 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/fast-cc-callee-pops.ll')
-rw-r--r--test/CodeGen/X86/fast-cc-callee-pops.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fast-cc-callee-pops.ll b/test/CodeGen/X86/fast-cc-callee-pops.ll
index 7d5df80..ab0d488 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
}