From: Chris Lattner Date: Tue, 25 Nov 2008 18:34:50 +0000 (+0000) Subject: This method got renamed, thanks to Mattias Holm for pointing this out. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=62810e3202bf7c36e3213d9a3da80c998510b0e6;p=oota-llvm.git 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 --- diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index e7e4ce86154..6b93e9cc044 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -3169,7 +3169,7 @@ is its address (after linking) which is guaranteed to be constant.

will automatically be inserted into that module's list of functions.

-
  • bool isExternal() +
  • bool isDeclaration()

    Return whether or not the Function has a body defined. If the function is "external", it does not have a body, and thus must be resolved