diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-11-22 01:07:30 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-11-22 01:07:30 +0000 |
commit | 5feba4e1df8a23af8b2f4ea22b45b920776f9471 (patch) | |
tree | e1d453ad8cde5a7cefdc9c6257523ed064a8b0d3 /docs/AliasAnalysis.html | |
parent | e0c891c8da31c35b15d1779ec73ccd41fccbd3f6 (diff) | |
download | external_llvm-5feba4e1df8a23af8b2f4ea22b45b920776f9471.zip external_llvm-5feba4e1df8a23af8b2f4ea22b45b920776f9471.tar.gz external_llvm-5feba4e1df8a23af8b2f4ea22b45b920776f9471.tar.bz2 |
This page now uses valid HTML 4.01 Strict and valid CSS.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10152 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/AliasAnalysis.html')
-rw-r--r-- | docs/AliasAnalysis.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html index 1fac585..a9b538d 100644 --- a/docs/AliasAnalysis.html +++ b/docs/AliasAnalysis.html @@ -471,8 +471,7 @@ useful when evaluating an alias analysis for precision.</p> <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 @@ printed. <hr> <div class="doc_footer"> <address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address> - <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a> - <br> - Last modified: $Date$ + <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br> + Last modified: $Date$<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> |