summaryrefslogtreecommitdiff
path: root/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-11-25 18:34:50 +0000
committerChris Lattner <sabre@nondot.org>2008-11-25 18:34:50 +0000
commit62810e3202bf7c36e3213d9a3da80c998510b0e6 (patch)
treecd635d53323468355b7710340b667512c08f52e0 /docs/ProgrammersManual.html
parent18fae69723ace3b430a7c9301e7f99d2ff01fadc (diff)
downloadllvm-62810e3202bf7c36e3213d9a3da80c998510b0e6.tar.gz
llvm-62810e3202bf7c36e3213d9a3da80c998510b0e6.tar.bz2
llvm-62810e3202bf7c36e3213d9a3da80c998510b0e6.tar.xz
This method got renamed, thanks to Mattias Holm for pointing this out.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60039 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ProgrammersManual.html')
-rw-r--r--docs/ProgrammersManual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index e7e4ce8615..6b93e9cc04 100644
--- a/docs/ProgrammersManual.html
+++ b/docs/ProgrammersManual.html
@@ -3169,7 +3169,7 @@ is its address (after linking) which is guaranteed to be constant.</p>
will automatically be inserted into that module's list of
functions.</p></li>
- <li><tt>bool isExternal()</tt>
+ <li><tt>bool isDeclaration()</tt>
<p>Return whether or not the <tt>Function</tt> has a body defined. If the
function is "external", it does not have a body, and thus must be resolved