[LLVMbugs] [Bug 3091] New: FunctionType::get should take an iterator pair
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Nov 17 20:02:03 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=3091
Summary: FunctionType::get should take an iterator pair
Product: new-bugs
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: viridia at gmail.com
CC: llvmbugs at cs.uiuc.edu
I'd like to see a version of FunctionType::get() that takes an iterator pair,
in addition to the current method that takes a std::vector. This would make it
more consistent with the other APIs such as IRBuilder. Also, it would be good
if FunctionType could use a SmallVector instead of std::vector.
--
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