aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Module.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Module.h b/include/llvm/Module.h
index 0e90913..70eba68 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;