We can count properly.

llvm-svn: 122773
This commit is contained in:
Owen Anderson 2011-01-03 21:08:22 +00:00
parent 16e42128c2
commit 4423070356
1 changed files with 1 additions and 1 deletions

View File

@ -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