diff options
Diffstat (limited to 'llvm/docs/AliasAnalysis.html')
-rw-r--r-- | llvm/docs/AliasAnalysis.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/AliasAnalysis.html b/llvm/docs/AliasAnalysis.html index 63567876e37..b1163e0633b 100644 --- a/llvm/docs/AliasAnalysis.html +++ b/llvm/docs/AliasAnalysis.html @@ -70,7 +70,7 @@ memory. There are many different algorithms for alias analysis and many different ways of classifying them: flow-sensitive vs flow-insensitive, context-sensitive vs context-insensitive, field-sensitive vs field-insensitive, unification-based vs subset-based, etc. Traditionally, alias analyses respond -to a query with a <a href="#MustNoMay">Must, May, or No</a> alias response, +to a query with a <a href="#MustMayNo">Must, May, or No</a> alias response, indicating that two pointers always point to the same object, might point to the same object, or are known to never point to the same object.</p> |