summaryrefslogtreecommitdiffstats
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
commit26393d879204de0a7600d9393e3670d045272dd9 (patch)
tree64f5460e1240c8b6b77c0110c967cabf6976d7f3
parent8a712c7866542321c9e48347eab65a68ab9d92a1 (diff)
downloadbcm5719-llvm-26393d879204de0a7600d9393e3670d045272dd9.tar.gz
bcm5719-llvm-26393d879204de0a7600d9393e3670d045272dd9.zip
Added a comment to a function that had none
llvm-svn: 85899
-rw-r--r--llvm/include/llvm/Module.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/Module.h b/llvm/include/llvm/Module.h
index 0e9091303a5..70eba68fa26 100644
--- a/llvm/include/llvm/Module.h
+++ b/llvm/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;
OpenPOWER on IntegriCloud