[LLVMbugs] [Bug 2935] New: mention that GetResultInst has been removed in ReleaseNotes
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Oct 23 06:16:59 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2935
Summary: mention that GetResultInst has been removed in
ReleaseNotes
Product: Documentation
Version: 2.4
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: General docs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: edwintorok at gmail.com
CC: llvmbugs at cs.uiuc.edu
I've just come accross this while upgrading some code to LLVM 2.4, I think
there should be some mention of it in the release notes.
------------------------------------------------------------------------
r53941 | djg | 2008-07-23 03:34:11 +0300 (Wed, 23 Jul 2008) | 10 lines
Enable first-class aggregates support.
Remove the GetResultInst instruction. It is still accepted in LLVM assembly
and bitcode, where it is now auto-upgraded to ExtractValueInst. Also, remove
support for return instructions with multiple values. These are auto-upgraded
to use InsertValueInst instructions.
The IRBuilder still accepts multiple-value returns, and auto-upgrades them
to InsertValueInst instructions.
------------------------------------------------------------------------
--
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