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 @@
- Introduction
-
- Helpful Hints for Common Operations
- General Information
+
- Helpful Hints for Common Operations
+
- 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.
|
+This section describes how to perform some very simple transformations of LLVM
+code. This is meant to give examples of common idioms used, showing the
+practical side of LLVM transformations.
+
+Because this is a "howto" section, you should also read about the main classes
+that you will be working with. The Core LLVM Class
+Heirarchy Reference contains details and descriptions of the main classes
+that you should know about.
+
+
+
+
+
+
+
+
@@ -980,6 +1071,6 @@ pointer to the parent Function.
Chris Lattner
-Last modified: Fri Sep 6 11:39:58 CDT 2002
+Last modified: Fri Sep 6 13:30:36 CDT 2002