fastcc -> fastcall

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34746 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-02-28 17:42:50 +00:00
parent 663e711dc2
commit 08553f9a33

View 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
}