Update getFunction parameter documentation. Fixes PR13268.

llvm-svn: 159835
This commit is contained in:
Chad Rosier 2012-07-06 17:15:03 +00:00
parent 817a29123c
commit e145692d89

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