diff options
author | Chris Lattner <sabre@nondot.org> | 2008-11-25 18:34:50 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-11-25 18:34:50 +0000 |
commit | 62810e3202bf7c36e3213d9a3da80c998510b0e6 (patch) | |
tree | cd635d53323468355b7710340b667512c08f52e0 /docs/ProgrammersManual.html | |
parent | 18fae69723ace3b430a7c9301e7f99d2ff01fadc (diff) | |
download | external_llvm-62810e3202bf7c36e3213d9a3da80c998510b0e6.zip external_llvm-62810e3202bf7c36e3213d9a3da80c998510b0e6.tar.gz external_llvm-62810e3202bf7c36e3213d9a3da80c998510b0e6.tar.bz2 |
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.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index e7e4ce8..6b93e9c 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 |