diff options
author | Dan Gohman <gohman@apple.com> | 2010-11-15 18:07:16 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-11-15 18:07:16 +0000 |
commit | c66712f632f31c5f0ced6bced2d561b019c10727 (patch) | |
tree | a55e67e196be0c3296ac6714da45d611f669f801 /docs/AliasAnalysis.html | |
parent | 552008946530e01efdad15044e1f621883d14a3a (diff) |
-basicaa is no longer the default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119163 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/AliasAnalysis.html')
-rw-r--r-- | docs/AliasAnalysis.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html index a1726aa0c7..ad598c22d6 100644 --- a/docs/AliasAnalysis.html +++ b/docs/AliasAnalysis.html @@ -713,8 +713,8 @@ problem.</p> <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 |