Update getFunction parameter documentation. Fixes PR13268.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159835 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chad Rosier 2012-07-06 17:15:03 +00:00
parent d8a627b33b
commit c5171d5de6

View File

@ -3455,8 +3455,9 @@ provide a name for it (probably based on the name of the translation unit).</p>
<hr>
<ul>
<li><tt><a href="#Function">Function</a> *getFunction(const std::string
&amp;Name, const <a href="#FunctionType">FunctionType</a> *Ty)</tt>
<li><tt><a href="#Function">Function</a> *getFunction(StringRef Name) const
</tt>
<p>Look up the specified function in the <tt>Module</tt> <a
href="#SymbolTable"><tt>SymbolTable</tt></a>. If it does not exist, return