diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html index 1cbd5a17992..d29ec927fe0 100644 --- a/docs/AliasAnalysis.html +++ b/docs/AliasAnalysis.html @@ -210,7 +210,7 @@ what type of problem you are trying to solve:

In addition to the pass that you subclass, you should also inherit from the -AliasAnalysis interface of course, and use the +AliasAnalysis interface, of course, and use the RegisterAnalysisGroup template to register as an implementation of AliasAnalysis.