From 7febee2a86d0e7eac45477c1529ed09e8b9a0491 Mon Sep 17 00:00:00 2001 From: Kenneth Uildriks Date: Tue, 3 Nov 2009 15:25:20 +0000 Subject: [PATCH] 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 --- include/llvm/Module.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.34.1