projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
419e44e
)
Added a comment to a function that had none
author
Kenneth Uildriks
<kennethuil@gmail.com>
Tue, 3 Nov 2009 15:25:20 +0000
(15:25 +0000)
committer
Kenneth 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
patch
|
blob
|
history
diff --git
a/include/llvm/Module.h
b/include/llvm/Module.h
index 0e9091303a5c830fdae617ebd3647661afdf5b8e..70eba68fa2685d9c2a37e8c796cc30ca35494f6b 100644
(file)
--- 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;