diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html index 25a27f36e46..63567876e37 100644 --- a/docs/AliasAnalysis.html +++ b/docs/AliasAnalysis.html @@ -75,7 +75,7 @@ indicating that two pointers always point to the same object, might point to the same object, or are known to never point to the same object.
The LLVM AliasAnalysis +href="http://llvm.org/doxygen/classllvm_1_1AliasAnalysis.html">AliasAnalysis class is the primary interface used by clients and implementations of alias analyses in the LLVM system. This class is the common interface between clients of alias analysis information and the implementations providing it, and is @@ -102,7 +102,7 @@ know.
The AliasAnalysis +href="http://llvm.org/doxygen/classllvm_1_1AliasAnalysis.html">AliasAnalysis class defines the interface that the various alias analysis implementations should support. This class exports two important enums: AliasResult and ModRefResult which represent the result of an alias query or a @@ -951,7 +951,7 @@ algorithm will have a lower number of may aliases).
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"> Chris Lattner
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!">
Chris Lattner
- LLVM Compiler Infrastructure
+ LLVM Compiler Infrastructure
Last modified: $Date$
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html
index be231781680..8f7ec511d61 100644
--- a/docs/BytecodeFormat.html
+++ b/docs/BytecodeFormat.html
@@ -747,7 +747,7 @@ describes the latest version, 1.3):
Note that we plan to eventually expand the target description capabilities -of bytecode files to target +of bytecode files to target triples.
Instructions encode an opcode that identifies the kind of instruction.
Opcodes are an enumerated integer value. The specific values used depend on
the version of LLVM you're using. The opcode values are defined in the
-
+
include/llvm/Instruction.def file. You should check there for the
most recent definitions. The table below provides the opcodes defined as of
the writing of this document. The table associates each opcode mnemonic with
@@ -2147,7 +2147,7 @@ From 1.1
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!">
Reid Spencer and Chris Lattner
-The LLVM Compiler Infrastructure
+The LLVM Compiler Infrastructure
Last modified: $Date$