[llvm-commits] CVS: llvm/docs/AliasAnalysis.html
Misha Brukman
brukman at cs.uiuc.edu
Wed Dec 17 17:12:09 PST 2003
Changes in directory llvm/docs:
AliasAnalysis.html updated: 1.13 -> 1.14
---
Log message:
Fix the links to match our 'llvm' namespace in doxygen-generated docs.
---
Diffs of the changes: (+5 -5)
Index: llvm/docs/AliasAnalysis.html
diff -u llvm/docs/AliasAnalysis.html:1.13 llvm/docs/AliasAnalysis.html:1.14
--- llvm/docs/AliasAnalysis.html:1.13 Wed Dec 17 12:46:49 2003
+++ llvm/docs/AliasAnalysis.html Wed Dec 17 17:10:49 2003
@@ -65,7 +65,7 @@
pointers do point to the same object, might point to the same object, or are
known not to point to the same object.</p>
-<p>The <a href="/doxygen/classAliasAnalysis.html">AliasAnalysis</a> class is the
+<p>The <a href="/doxygen/classllvm_1_1AliasAnalysis.html">AliasAnalysis</a> class is the
centerpiece of the LLVM Alias Analysis related infrastructure. This class is
the common interface between clients of alias analysis information and the
implementations providing it. In addition to simple alias analysis information,
@@ -89,7 +89,7 @@
<div class="doc_text">
-<p>The <a href="/doxygen/classAliasAnalysis.html">AliasAnalysis</a> class
+<p>The <a href="/doxygen/classllvm_1_1AliasAnalysis.html">AliasAnalysis</a> class
defines the interface that Alias Analysis implementations should support. This
class exports two important enums: <tt>AliasResult</tt> and
<tt>ModRefResult</tt> which represent the result of an alias query or a mod/ref
@@ -277,7 +277,7 @@
<div class="doc_text">
-<p>All of the <a href="/doxygen/classAliasAnalysis.html">AliasAnalysis</a>
+<p>All of the <a href="/doxygen/classllvm_1_1AliasAnalysis.html">AliasAnalysis</a>
virtual methods default to providing conservatively correct information
(returning "May" Alias and "Mod/Ref" for alias and mod/ref queries
respectively). Depending on the capabilities of the analysis you are
@@ -355,7 +355,7 @@
<p>Many transformations need information about alias <b>sets</b> that are active
in some scope, rather than information about pairwise aliasing. The <tt><a
-href="/doxygen/classAliasSetTracker.html">AliasSetTracker</a></tt> class is used
+href="/doxygen/classllvm_1_1AliasSetTracker.html">AliasSetTracker</a></tt> class is used
to efficiently build these Alias Sets from the pairwise alias analysis
information provided by the AliasAnalysis interface.</p>
@@ -486,7 +486,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2003/12/17 18:46:49 $
+ Last modified: $Date: 2003/12/17 23:10:49 $
</address>
</body>
More information about the llvm-commits
mailing list