From: Dan Gohman
Date: Tue, 24 May 2011 22:01:32 +0000 (+0000)
Subject: Update documentation: -basicaa does chaining these days.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b0b0da72e995a8e49b5fde93429db260a13bcc4e;p=oota-llvm.git
Update documentation: -basicaa does chaining these days.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132010 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html
index 306a3f4393c..5e36ae14e85 100644
--- a/docs/AliasAnalysis.html
+++ b/docs/AliasAnalysis.html
@@ -745,9 +745,9 @@ for monitoring and evaluating different implementations.
This section lists the various implementations of the AliasAnalysis
-interface. With the exception of the -no-aa and
--basicaa implementations, all of these chain to other alias analysis implementations.
+interface. With the exception of the
-no-aa
+implementation, all of these
chain to other alias
+analysis implementations.