Added a comment to a function that had none

llvm-svn: 85899
This commit is contained in:
Kenneth Uildriks 2009-11-03 15:25:20 +00:00
parent 8a712c7866
commit 26393d8792
1 changed files with 1 additions and 0 deletions

View File

@ -252,6 +252,7 @@ public:
AttrListPtr AttributeList,
const Type *RetTy, ...) END_WITH_NULL;
/// getOrInsertFunction - Same as above, but without the attributes.
Constant *getOrInsertFunction(const StringRef &Name, const Type *RetTy, ...)
END_WITH_NULL;