summaryrefslogtreecommitdiff
path: root/include/llvm/Module.h
diff options
context:
space:
mode:
authorKenneth Uildriks <kennethuil@gmail.com>2009-11-03 15:25:20 +0000
committerKenneth Uildriks <kennethuil@gmail.com>2009-11-03 15:25:20 +0000
commit7febee2a86d0e7eac45477c1529ed09e8b9a0491 (patch)
treea38aaee34f1010d4f91d84816710c80bc0d3ce09 /include/llvm/Module.h
parent419e44edab26ae227fbc3b06db29243065d2845e (diff)
downloadllvm-7febee2a86d0e7eac45477c1529ed09e8b9a0491.tar.gz
llvm-7febee2a86d0e7eac45477c1529ed09e8b9a0491.tar.bz2
llvm-7febee2a86d0e7eac45477c1529ed09e8b9a0491.tar.xz
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
Diffstat (limited to 'include/llvm/Module.h')
-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 0e9091303a..70eba68fa2 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;