From: Chris Lattner Date: Mon, 9 Sep 2002 19:58:18 +0000 (+0000) Subject: * Write the prose for the Basic Inspection and Traversal Routines section X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=caa5d13cda3902b5c120089c6b3866eb294ab4eb;p=oota-llvm.git * 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 --- 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