[llvm-commits] [llvm] r37850 - /llvm/trunk/docs/AliasAnalysis.html
Chris Lattner
sabre at nondot.org
Mon Jul 2 21:41:50 PDT 2007
Author: lattner
Date: Mon Jul 2 23:41:50 2007
New Revision: 37850
URL: http://llvm.org/viewvc/llvm-project?rev=37850&view=rev
Log:
note where to get steens-aa and ds-aa
Modified:
llvm/trunk/docs/AliasAnalysis.html
Modified: llvm/trunk/docs/AliasAnalysis.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/AliasAnalysis.html?rev=37850&r1=37849&r2=37850&view=diff
==============================================================================
--- llvm/trunk/docs/AliasAnalysis.html (original)
+++ llvm/trunk/docs/AliasAnalysis.html Mon Jul 2 23:41:50 2007
@@ -755,6 +755,9 @@
Structure Analysis framework. This gives it substantially more precision than
the standard algorithm while maintaining excellent analysis scalability.</p>
+<p>Note that <tt>-steens-aa</tt> is available in the optional "poolalloc"
+module, it is not part of the LLVM core.</p>
+
</div>
<!-- _______________________________________________________________________ -->
@@ -775,6 +778,9 @@
only major facility not implemented so far is support for must-alias
information.</p>
+<p>Note that <tt>-ds-aa</tt> is available in the optional "poolalloc"
+module, it is not part of the LLVM core.</p>
+
</div>
More information about the llvm-commits
mailing list