[llvm-commits] CVS: llvm/www/docs/AliasAnalysis.html
Michael Brukman
brukman at cs.uiuc.edu
Wed May 7 16:48:01 PDT 2003
Changes in directory llvm/www/docs:
AliasAnalysis.html updated: 1.1 -> 1.2
---
Log message:
Grammar fix: `of course' is separated from the sentences by commas on both
sides.
---
Diffs of the changes:
Index: llvm/www/docs/AliasAnalysis.html
diff -u llvm/www/docs/AliasAnalysis.html:1.1 llvm/www/docs/AliasAnalysis.html:1.2
--- llvm/www/docs/AliasAnalysis.html:1.1 Tue Mar 4 13:37:49 2003
+++ llvm/www/docs/AliasAnalysis.html Wed May 7 16:47:16 2003
@@ -210,7 +210,7 @@
</ol><p>
In addition to the pass that you subclass, you should also inherit from the
-<tt>AliasAnalysis</tt> interface of course, and use the
+<tt>AliasAnalysis</tt> interface, of course, and use the
<tt>RegisterAnalysisGroup</tt> template to register as an implementation of
<tt>AliasAnalysis</tt>.<p>
More information about the llvm-commits
mailing list