From 375e5a380c38e8203ae90afd37f4a22266bc6357 Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Mon, 3 Jan 2011 21:08:22 +0000 Subject: [PATCH] We can count properly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122773 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/AliasAnalysis.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html index 6962a3f27d6..692349f8c29 100644 --- a/docs/AliasAnalysis.html +++ b/docs/AliasAnalysis.html @@ -464,7 +464,7 @@ analysis results updated to reflect the changes made by these transformations.

-The AliasAnalysis interface exposes two methods which are used to +The AliasAnalysis interface exposes three methods which are used to communicate program changes from the clients to the analysis implementations. Various alias analysis implementations should use these methods to ensure that their internal data structures are kept up-to-date as the program changes (for