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: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs