[LLVMbugs] [Bug 3895] IRGen doesn't set the calling convention correctly with incomplete function types
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Mar 15 03:53:19 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=3895
John McCall <rjmccall at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |rjmccall at apple.com
Resolution| |FIXED
--- Comment #1 from John McCall <rjmccall at apple.com> 2010-03-15 05:53:19 CDT ---
Fixed a month or so ago when I did a lot of other CC work; or at least, I now
see:
declare void @x()
...
%call = call x86_stdcallcc i32 bitcast (void ()* @x to i32 (i32)*)(i32
%tmp4)
I'm not really sure why @x gets the odd declaration, but the call has the right
CC.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list