summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.html
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
commite3a87b15114771d509c73314957b7fa6f14b6677 (patch)
treec9b34d1395d550ac18b2e585a3e8bdca0f2f19b7 /llvm/docs/ProgrammersManual.html
parentaa4f47f266b68f65ee7ffc74abfeaa0e42f80328 (diff)
downloadbcm5719-llvm-e3a87b15114771d509c73314957b7fa6f14b6677.tar.gz
bcm5719-llvm-e3a87b15114771d509c73314957b7fa6f14b6677.zip
Update getFunction parameter documentation. Fixes PR13268.
llvm-svn: 159835
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r--llvm/docs/ProgrammersManual.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html
index e00dd4a66d0..fb2cd410af6 100644
--- a/llvm/docs/ProgrammersManual.html
+++ b/llvm/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
OpenPOWER on IntegriCloud