[llvm-commits] [llvm] r119163 - /llvm/trunk/docs/AliasAnalysis.html
Dan Gohman
gohman at apple.com
Mon Nov 15 10:07:16 PST 2010
Author: djg
Date: Mon Nov 15 12:07:16 2010
New Revision: 119163
URL: http://llvm.org/viewvc/llvm-project?rev=119163&view=rev
Log:
-basicaa is no longer the default.
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=119163&r1=119162&r2=119163&view=diff
==============================================================================
--- llvm/trunk/docs/AliasAnalysis.html (original)
+++ llvm/trunk/docs/AliasAnalysis.html Mon Nov 15 12:07:16 2010
@@ -713,8 +713,8 @@
<div class="doc_text">
-<p>The <tt>-basicaa</tt> pass is the default LLVM alias analysis. It is an
-aggressive local analysis that "knows" many important facts:</p>
+<p>The <tt>-basicaa</tt> pass is an aggressive local analysis that "knows"
+many important facts:</p>
<ul>
<li>Distinct globals, stack allocations, and heap allocations can never
More information about the llvm-commits
mailing list