Skip to content

FunctionType::get should take an iterator pair #3463

@llvmbot

Description

@llvmbot
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzilla

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions