[LLVMbugs] [Bug 9935] insertvalue syntax in Language Reference Manual does not show it being vararg.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon May 23 08:39:53 PDT 2011


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

Michael Ilseman <michael at lunarg.com> changed:

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

--- Comment #2 from Michael Ilseman <michael at lunarg.com> 2011-05-23 10:39:52 CDT ---
The <idx> inside the {}s is missing in insertvalue, whereas extractvalue has
it.

<result> = insertvalue <aggregate type> <val>, <ty> <elt>, <idx>{, }*    ;
yields <aggregate type>

<result> = extractvalue <aggregate type> <val>, <idx>{, <idx>}*

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