1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

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 c6b59b889b
commit d524f94e95

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;