aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-07-06 17:15:03 +0000
committerChad Rosier <mcrosier@apple.com>2012-07-06 17:15:03 +0000
commitc5171d5de6c740751687a8d80aa03115fbcad6b7 (patch)
tree32620ed3366c4443efcf18a9a1a3c9e59b23a12f /docs
parentd8a627b33bdd3dec806a2fe8c699c1e9896675c6 (diff)
Update getFunction parameter documentation. Fixes PR13268.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159835 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ProgrammersManual.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index e00dd4a66d..fb2cd410af 100644
--- a/docs/ProgrammersManual.html
+++ b/docs/ProgrammersManual.html
@@ -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