From b0b0da72e995a8e49b5fde93429db260a13bcc4e Mon Sep 17 00:00:00 2001
From: Dan Gohman
Date: Tue, 24 May 2011 22:01:32 +0000
Subject: [PATCH] Update documentation: -basicaa does chaining these days.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132010 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/AliasAnalysis.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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.