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 - -

    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 +