From c66712f632f31c5f0ced6bced2d561b019c10727 Mon Sep 17 00:00:00 2001
From: Dan Gohman
Date: Mon, 15 Nov 2010 18:07:16 +0000
Subject: [PATCH] -basicaa is no longer the default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119163 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/AliasAnalysis.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html
index a1726aa0c77..ad598c22d6e 100644
--- a/docs/AliasAnalysis.html
+++ b/docs/AliasAnalysis.html
@@ -713,8 +713,8 @@ problem.
-
The -basicaa pass is the default LLVM alias analysis. It is an
-aggressive local analysis that "knows" many important facts:
+
The -basicaa pass is an aggressive local analysis that "knows"
+many important facts:
- Distinct globals, stack allocations, and heap allocations can never
--
2.34.1