This method got renamed, thanks to Mattias Holm for pointing this out.
authorChris Lattner <sabre@nondot.org>
Tue, 25 Nov 2008 18:34:50 +0000 (18:34 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 25 Nov 2008 18:34:50 +0000 (18:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60039 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammersManual.html

index e7e4ce861547011959895ac474bf4f4044b6be3a..6b93e9cc0446e7daa8e66666bcc3b682f490fdcf 100644 (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