From: Chris Lattner Date: Fri, 6 Sep 2002 18:31:18 +0000 (+0000) Subject: Add skeleton to the section contents so that Joel knows what to fill in X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ae7f7598258640e430d484e81fff470737df9467;p=oota-llvm.git Add skeleton to the section contents so that Joel knows what to fill in git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3596 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 046929b5c56..fe93c4ac19f 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -9,12 +9,56 @@
  1. Introduction -
  2. Helpful Hints for Common Operations
  3. General Information +
  4. Helpful Hints for Common Operations +
  5. The Core LLVM Class Heirarchy Reference
    • The Value class @@ -50,20 +94,6 @@
    • Important iterator invalidation semantics to be aware of
    - -

    Written by Dinakar Dhurjati and Chris Lattner

@@ -146,6 +176,7 @@ href="CodingStandards.html">LLVM Coding Standards guide which focuses on how to write maintainable code more than where to put your curly braces.

+
@@ -153,6 +184,66 @@ to write maintainable code more than where to put your curly braces.

+
   + +Basic Inspection and Traversal Routines +


Iterating over the +BasicBlocks in a Function


Iterating over the +Instructions in a BasicBlock


Turning an iterator into a class +pointer

+
   + +Making simple changes +