From 62810e3202bf7c36e3213d9a3da80c998510b0e6 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 25 Nov 2008 18:34:50 +0000 Subject: 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 --- docs/ProgrammersManual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ProgrammersManual.html') 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.

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 -- cgit v1.1