[LLVMbugs] [Bug 14617] New: landingpad cannot be explicitly named using IRBuilder.CreateLandingPad
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Dec 16 11:11:31 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=14617
Bug #: 14617
Summary: landingpad cannot be explicitly named using
IRBuilder.CreateLandingPad
Product: new-bugs
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: toshok+llvmbugs at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 9710
--> http://llvm.org/bugs/attachment.cgi?id=9710
Fix for the bug
passing the Name to the LandingPadInst constructor instead of to the Insert
method (as most/all other instances do) causes the explicit name to be
clobbered. Attached patch fixes the issue.
--
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