summaryrefslogtreecommitdiffstats
path: root/llvm/docs
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
commitc09f2c2bb089c55ab802c4ec2753f4f14547211c (patch)
tree2d96f4d0fd54fcf9c76fa3c0021981fe9c28b985 /llvm/docs
parent9a207ee4dc85e08be4935f3f972e066314f680e2 (diff)
downloadbcm5719-llvm-c09f2c2bb089c55ab802c4ec2753f4f14547211c.tar.gz
bcm5719-llvm-c09f2c2bb089c55ab802c4ec2753f4f14547211c.zip
This method got renamed, thanks to Mattias Holm for pointing this out.
llvm-svn: 60039
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/ProgrammersManual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html
index e7e4ce86154..6b93e9cc044 100644
--- a/llvm/docs/ProgrammersManual.html
+++ b/llvm/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
OpenPOWER on IntegriCloud