From: Kenneth Uildriks Date: Tue, 3 Nov 2009 15:25:20 +0000 (+0000) Subject: Added a comment to a function that had none X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7febee2a86d0e7eac45477c1529ed09e8b9a0491;p=oota-llvm.git Added a comment to a function that had none git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85899 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Module.h b/include/llvm/Module.h index 0e9091303a5..70eba68fa26 100644 --- a/include/llvm/Module.h +++ b/include/llvm/Module.h @@ -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;