diff options
-rw-r--r-- | docs/AliasAnalysis.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html index 1cbd5a1799..d29ec927fe 100644 --- a/docs/AliasAnalysis.html +++ b/docs/AliasAnalysis.html @@ -210,7 +210,7 @@ what type of problem you are trying to solve:<p> </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> |