From caa5d13cda3902b5c120089c6b3866eb294ab4eb Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 9 Sep 2002 19:58:18 +0000 Subject: [PATCH] * Write the prose for the Basic Inspection and Traversal Routines section * Fix some minor problems with < and & * Add links to later parts of the document for classes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3636 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ProgrammersManual.html | 50 ++++++++++++++++++++++++------------- 1 file changed, 33 insertions(+), 17 deletions(-) diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 36e59200683..20340c29812 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -218,13 +218,26 @@ that you should know about.

Basic Inspection and Traversal Routines


Iterating over the -BasicBlocks in a Function


Iterating over the
BasicBlocks in a Function


Iterating over the -Instructions in a BasicBlock


Iterating over the
Instructions in a BasicBlock


Iterating over the -Instructions in a Function


Iterating over the
Instructions in a Function