|
|
| Bugzilla Link |
3091 |
| Resolution |
FIXED |
| Resolved on |
Oct 14, 2011 21:39 |
| Version |
unspecified |
| OS |
All |
| Reporter |
LLVM Bugzilla Contributor |
| CC |
@efriedma-quic |
Extended Description
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.