From 26393d879204de0a7600d9393e3670d045272dd9 Mon Sep 17 00:00:00 2001 From: Kenneth Uildriks Date: Tue, 3 Nov 2009 15:25:20 +0000 Subject: Added a comment to a function that had none llvm-svn: 85899 --- llvm/include/llvm/Module.h | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/include/llvm/Module.h b/llvm/include/llvm/Module.h index 0e9091303a5..70eba68fa26 100644 --- a/llvm/include/llvm/Module.h +++ b/llvm/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; -- cgit v1.2.3