We can count properly.
authorOwen Anderson <resistor@mac.com>
Mon, 3 Jan 2011 21:08:22 +0000 (21:08 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 3 Jan 2011 21:08:22 +0000 (21:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122773 91177308-0d34-0410-b5e6-96231b3b80d8

docs/AliasAnalysis.html

index 6962a3f27d6a8d8b9fe6cce1568d9fde0df71b2d..692349f8c29ba6b59eb180774158b39388283711 100644 (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