Remove stale documentation on -no-aa

The pass itself was removed in rL247167.

llvm-svn: 267978
This commit is contained in:
Sanjoy Das 2016-04-29 03:01:49 +00:00
parent 5d4a43cf37
commit e12c5af2ac

View File

@ -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
----------------------------------------------------------