[llvm-commits] CVS: llvm-www/releases/1.1/docs/AliasAnalysis.html

Tanya Brethour tbrethou at cs.uiuc.edu
Tue Jun 22 03:49:04 PDT 2004


Changes in directory llvm-www/releases/1.1/docs:

AliasAnalysis.html updated: 1.2 -> 1.3

---
Log message:

Fixed broken links.


---
Diffs of the changes:  (+5 -5)

Index: llvm-www/releases/1.1/docs/AliasAnalysis.html
diff -u llvm-www/releases/1.1/docs/AliasAnalysis.html:1.2 llvm-www/releases/1.1/docs/AliasAnalysis.html:1.3
--- llvm-www/releases/1.1/docs/AliasAnalysis.html:1.2	Wed Dec 17 16:47:16 2003
+++ llvm-www/releases/1.1/docs/AliasAnalysis.html	Tue Jun 22 03:40:49 2004
@@ -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 22:47:16 $
+  Last modified: $Date: 2004/06/22 08:40:49 $
 </address>
 
 </body>





More information about the llvm-commits mailing list