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
This commit is contained in:
Chris Lattner 2008-11-25 18:34:50 +00:00
parent 18fae69723
commit 62810e3202

View File

@ -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