summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerge Guelton <sguelton@quarkslab.com>2017-04-25 05:45:37 +0000
committerSerge Guelton <sguelton@quarkslab.com>2017-04-25 05:45:37 +0000
commit376508ad8d61bd507ddc5f904bb7d8a3c461e4b7 (patch)
tree1c6793fa7a5820171d13e0745893ecf2e72d1f1b
parentf12a0faf887b233de7b8709d91100ee4126b5b05 (diff)
downloadbcm5719-llvm-376508ad8d61bd507ddc5f904bb7d8a3c461e4b7.tar.gz
bcm5719-llvm-376508ad8d61bd507ddc5f904bb7d8a3c461e4b7.zip
Update doc of the variadic version of getOrInsertFunction
It no longer needs a null terminator. llvm-svn: 301292
-rw-r--r--llvm/include/llvm/IR/Module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/Module.h b/llvm/include/llvm/IR/Module.h
index 70c57cf90ad..67c35cd22b3 100644
--- a/llvm/include/llvm/IR/Module.h
+++ b/llvm/include/llvm/IR/Module.h
@@ -319,7 +319,7 @@ public:
/// exist, add a prototype for the function and return it. This function
/// guarantees to return a constant of pointer to the specified function type
/// or a ConstantExpr BitCast of that type if the named function has a
- /// different type. This version of the method takes a null terminated list of
+ /// different type. This version of the method takes a list of
/// function arguments, which makes it easier for clients to use.
template<typename... ArgsTy>
Constant *getOrInsertFunction(StringRef Name,
OpenPOWER on IntegriCloud