1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

We can count properly.

llvm-svn: 122773
This commit is contained in:
Owen Anderson 2011-01-03 21:08:22 +00:00
parent a7735a573d
commit 658a5c2101

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