diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index 8ff45c9f3f3..5d108824d7e 100644
--- a/docs/ProgrammersManual.html
+++ b/docs/ProgrammersManual.html
@@ -15,11 +15,12 @@
@@ -1666,58 +1672,55 @@ ConstantArray etc for representing the various types of Constants.
+
+
+
Important Subclasses of Constant
-
-
Important Subclasses of Constant
-
+ - ConstantSInt : This subclass of Constant represents a signed integer
+ constant.
- - ConstantSInt : This subclass of Constant represents a signed
-integer constant.
-
- - int64_t getValue() const: Returns the underlying value of
-this constant.
-
-
- - ConstantUInt : This class represents an unsigned integer.
-
- - uint64_t getValue() const: Returns the underlying value
-of this constant.
-
-
- - ConstantFP : This class represents a floating point constant.
-
- - double getValue() const: Returns the underlying value of
-this constant.
-
-
- - ConstantBool : This represents a boolean constant.
-
- - bool getValue() const: Returns the underlying value of
-this constant.
-
-
- - ConstantArray : This represents a constant array.
-
- - const std::vector<Use> &getValues() const:
-Returns a Vecotr of component constants that makeup this array.
-
-
- - ConstantStruct : This represents a constant struct.
-
- - const std::vector<Use> &getValues() const:
-Returns a Vecotr of component constants that makeup this array.
-
-
- - GlobalValue : This represents either a global variable or a
- function. In either case, the value is a constant fixed address
- (after linking).
-
+ - int64_t getValue() const: Returns the underlying value of
+ this constant.
+ - ConstantUInt : This class represents an unsigned integer.
+
+ - uint64_t getValue() const: Returns the underlying value of
+ this constant.
+
+
+ - ConstantFP : This class represents a floating point constant.
+
+ - double getValue() const: Returns the underlying value of
+ this constant.
+
+
+ - ConstantBool : This represents a boolean constant.
+
+ - bool getValue() const: Returns the underlying value of this
+ constant.
+
+
+ - ConstantArray : This represents a constant array.
+
+ - const std::vector<Use> &getValues() const: Returns
+ a Vecotr of component constants that makeup this array.
+
+
+ - ConstantStruct : This represents a constant struct.
+
+ - const std::vector<Use> &getValues() const: Returns
+ a Vector of component constants that makeup this array.
+
+
+ - GlobalValue : This represents either a global variable or a function. In
+ either case, the value is a constant fixed address (after linking).
+