[llvm-commits] CVS: llvm/docs/AliasAnalysis.html
Misha Brukman
brukman at cs.uiuc.edu
Fri Nov 21 19:08:00 PST 2003
Changes in directory llvm/docs:
AliasAnalysis.html updated: 1.10 -> 1.11
---
Log message:
This page now uses valid HTML 4.01 Strict and valid CSS.
---
Diffs of the changes: (+7 -5)
Index: llvm/docs/AliasAnalysis.html
diff -u llvm/docs/AliasAnalysis.html:1.10 llvm/docs/AliasAnalysis.html:1.11
--- llvm/docs/AliasAnalysis.html:1.10 Fri Nov 21 16:30:25 2003
+++ llvm/docs/AliasAnalysis.html Fri Nov 21 19:07:30 2003
@@ -471,8 +471,7 @@
<p>The <tt>-aa-eval</tt> pass simply iterates through all pairs of pointers in a
function and asks an alias analysis whether or not the pointers alias. This
gives an indication of the precision of the alias analysis. Statistics are
-printed.
-</p>
+printed.</p>
</div>
@@ -481,9 +480,12 @@
<hr>
<div class="doc_footer">
<address><a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
- <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
- <br>
- Last modified: $Date: 2003/11/21 22:30:25 $
+ <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
+ Last modified: $Date: 2003/11/22 01:07:30 $<br>
+ <a href="http://validator.w3.org/check/referer"><img width="88" height="31"
+ src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
+ <a href="http://jigsaw.w3.org/css-validator/"><img width="88" height="31"
+ src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
</div>
</body>
More information about the llvm-commits
mailing list