We can count properly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122773 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson 2011-01-03 21:08:22 +00:00
parent 895ace08e0
commit 375e5a380c

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