[llvm-commits] [llvm] r60039 -	/llvm/trunk/docs/ProgrammersManual.html
    Chris Lattner 
    sabre at nondot.org
       
    Tue Nov 25 10:34:50 PST 2008
    
    
  
Author: lattner
Date: Tue Nov 25 12:34:50 2008
New Revision: 60039
URL: http://llvm.org/viewvc/llvm-project?rev=60039&view=rev
Log:
This method got renamed, thanks to Mattias Holm for pointing this out.
Modified:
    llvm/trunk/docs/ProgrammersManual.html
Modified: llvm/trunk/docs/ProgrammersManual.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ProgrammersManual.html?rev=60039&r1=60038&r2=60039&view=diff
==============================================================================
--- llvm/trunk/docs/ProgrammersManual.html (original)
+++ llvm/trunk/docs/ProgrammersManual.html Tue Nov 25 12:34:50 2008
@@ -3169,7 +3169,7 @@
     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
    
    
More information about the llvm-commits
mailing list