Added a comment to a function that had none
authorKenneth Uildriks <kennethuil@gmail.com>
Tue, 3 Nov 2009 15:25:20 +0000 (15:25 +0000)
committerKenneth Uildriks <kennethuil@gmail.com>
Tue, 3 Nov 2009 15:25:20 +0000 (15:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85899 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Module.h

index 0e9091303a5c830fdae617ebd3647661afdf5b8e..70eba68fa2685d9c2a37e8c796cc30ca35494f6b 100644 (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;