http://llvm.org/bugs/show_bug.cgi?id=9935
Michael Ilseman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #2 from Michael Ilseman <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
