diff options
Diffstat (limited to 'docs/AliasAnalysis.html')
-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 844e6cc505..c1603be129 100644 --- a/docs/AliasAnalysis.html +++ b/docs/AliasAnalysis.html @@ -567,7 +567,7 @@ which are intended to allow a pass to keep an AliasAnalysis consistent, however there's no way for a pass to declare in its <tt>getAnalysisUsage</tt> that it does so. Some passes attempt to use <tt>AU.addPreserved<AliasAnalysis></tt>, however this doesn't -actually have any effect.</tt> +actually have any effect.</p> <p><tt>AliasAnalysisCounter</tt> (<tt>-count-aa</tt>) and <tt>AliasDebugger</tt> (<tt>-debug-aa</tt>) are implemented as <tt>ModulePass</tt> classes, so if your |