From 4c6d4d3522e9a26332d66fec4eb38a53aa7bb3bb Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 20 Sep 2003 14:43:16 +0000 Subject: [PATCH] update dox git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8626 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ProgrammersManual.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 116370ffd50..0bde00e94ae 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -1472,7 +1472,7 @@ that doesn't have a forwarding method.

-

  • BasicBlock &getEntryNode()

    +

  • BasicBlock &getEntryBlock()

    Returns the entry BasicBlock for the function. Because the entry block for the function is always the first block, @@ -1789,6 +1789,6 @@ pointer to the parent Function. Chris Lattner -Last modified: Tue Aug 5 17:53:43 CDT 2003 +Last modified: Sat Sep 20 09:25:11 CDT 2003