[LLVMbugs] [Bug 2560] Remove multiple return value support

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Jul 24 03:06:28 PDT 2008


http://llvm.org/bugs/show_bug.cgi?id=2560


Matthijs Kooijman <matthijs at stdin.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Matthijs Kooijman <matthijs at stdin.nl>  2008-07-24 05:06:27 ---
In r53941, dan removed all internal support for multiple argument return
instructions and getresult. All code working with the IR does no longer need to
handle those.

There is still support for these instructions in bitcode and assembly files,
for backward compatibility. However, these instructions will get transformed
into insert/extractvalue instructions automatically.


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