forked from OSchip/llvm-project
Added a comment to a function that had none
llvm-svn: 85899
This commit is contained in:
parent
8a712c7866
commit
26393d8792
|
@ -252,6 +252,7 @@ public:
|
||||||
AttrListPtr AttributeList,
|
AttrListPtr AttributeList,
|
||||||
const Type *RetTy, ...) END_WITH_NULL;
|
const Type *RetTy, ...) END_WITH_NULL;
|
||||||
|
|
||||||
|
/// getOrInsertFunction - Same as above, but without the attributes.
|
||||||
Constant *getOrInsertFunction(const StringRef &Name, const Type *RetTy, ...)
|
Constant *getOrInsertFunction(const StringRef &Name, const Type *RetTy, ...)
|
||||||
END_WITH_NULL;
|
END_WITH_NULL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue