mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-23 12:24:34 +00:00
Add a comment on PHINode::Create().
llvm-svn: 128540
This commit is contained in:
parent
53632b7c03
commit
bab2718661
@ -1829,6 +1829,8 @@ class PHINode : public Instruction {
|
||||
protected:
|
||||
virtual PHINode *clone_impl() const;
|
||||
public:
|
||||
/// Constructors - NumReservedValues is a hint for the number of incoming
|
||||
/// edges that this phi node will have (use 0 if you really have no idea).
|
||||
static PHINode *Create(const Type *Ty, unsigned NumReservedValues,
|
||||
const Twine &NameStr = "",
|
||||
Instruction *InsertBefore = 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user