diff options
author | Owen Anderson <resistor@mac.com> | 2011-01-03 21:08:22 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2011-01-03 21:08:22 +0000 |
commit | 375e5a380c38e8203ae90afd37f4a22266bc6357 (patch) | |
tree | ac49d85282125f3a5615c09f960c37e912eb325b /docs | |
parent | 895ace08e01578b5490ed9d064df6d89acf5420a (diff) | |
download | external_llvm-375e5a380c38e8203ae90afd37f4a22266bc6357.zip external_llvm-375e5a380c38e8203ae90afd37f4a22266bc6357.tar.gz external_llvm-375e5a380c38e8203ae90afd37f4a22266bc6357.tar.bz2 |
We can count properly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122773 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/AliasAnalysis.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html index 6962a3f..692349f 100644 --- a/docs/AliasAnalysis.html +++ b/docs/AliasAnalysis.html @@ -464,7 +464,7 @@ analysis results updated to reflect the changes made by these transformations. </p> <p> -The <tt>AliasAnalysis</tt> interface exposes two methods which are used to +The <tt>AliasAnalysis</tt> 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 |