fastcc -> fastcall

llvm-svn: 34746
This commit is contained in:
Chris Lattner 2007-02-28 17:42:50 +00:00
parent e1f3f1919c
commit 6fa4086649
1 changed files with 1 additions and 1 deletions

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
}