diff options
author | Chris Lattner <sabre@nondot.org> | 2003-09-20 14:43:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-09-20 14:43:16 +0000 |
commit | 22533bc900bc8cfb1e8a939db0f86c4ef53dd3a2 (patch) | |
tree | b92517c0af36a53a9e5f1b06ad93cbc0b44394d3 /llvm/docs/ProgrammersManual.html | |
parent | 5dac64f6297e679a7cbbe2ae01b4160bb9db60b1 (diff) | |
download | bcm5719-llvm-22533bc900bc8cfb1e8a939db0f86c4ef53dd3a2.tar.gz bcm5719-llvm-22533bc900bc8cfb1e8a939db0f86c4ef53dd3a2.zip |
update dox
llvm-svn: 8626
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r-- | llvm/docs/ProgrammersManual.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html index 116370ffd50..0bde00e94ae 100644 --- a/llvm/docs/ProgrammersManual.html +++ b/llvm/docs/ProgrammersManual.html @@ -1472,7 +1472,7 @@ that doesn't have a forwarding method.<p> -<li><tt><a href="#BasicBlock">BasicBlock</a> &getEntryNode()</tt><p> +<li><tt><a href="#BasicBlock">BasicBlock</a> &getEntryBlock()</tt><p> Returns the entry <a href="#BasicBlock"><tt>BasicBlock</tt></a> for the function. Because the entry block for the function is always the first block, @@ -1789,6 +1789,6 @@ pointer to the parent Function. <a href="mailto:sabre@nondot.org">Chris Lattner</a></address> <!-- Created: Tue Aug 6 15:00:33 CDT 2002 --> <!-- hhmts start --> -Last modified: Tue Aug 5 17:53:43 CDT 2003 +Last modified: Sat Sep 20 09:25:11 CDT 2003 <!-- hhmts end --> </font></body></html> |