It no longer needs a null terminator.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301292
91177308-0d34-0410-b5e6-
96231b3b80d8
/// 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,