[LLVMbugs] [Bug 3569] Assertion failed: (0 && " VAArgInst is not yet implemented for x86-64!")
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Feb 12 22:37:07 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=3569
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--- Comment #1 from Chris Lattner <clattner at apple.com> 2009-02-13 00:37:07 ---
Unfortunately, the va_arg instruction isn't implemented yet for x86-64, and may
not even work in all cases for x86-32. The front-end is expected to do the
inline expansion for this (insanely complex) operation right now.
*** This bug has been marked as a duplicate of bug 1740 ***
--
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