Skip to content

Commit

Permalink
Remove stale documentation on -no-aa
Browse files Browse the repository at this point in the history
The pass itself was removed in rL247167.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@267978 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
sanjoy committed Apr 29, 2016
1 parent e39fb36 commit f828c4b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/Passes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -253,14 +253,6 @@ This pass decodes the debug info metadata in a module and prints in a
For example, run this pass from ``opt`` along with the ``-analyze`` option, and
it'll print to standard output.

``-no-aa``: No Alias Analysis (always returns 'may' alias)
----------------------------------------------------------

This is the default implementation of the Alias Analysis interface. It always
returns "I don't know" for alias queries. NoAA is unlike other alias analysis
implementations, in that it does not chain to a previous analysis. As such it
doesn't follow many of the rules that other alias analyses must.

``-postdomfrontier``: Post-Dominance Frontier Construction
----------------------------------------------------------

Expand Down

0 comments on commit f828c4b

Please sign in to comment.