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


Matthijs Kooijman <[EMAIL PROTECTED]> changed:

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




--- Comment #1 from Matthijs Kooijman <[EMAIL PROTECTED]>  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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to