diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html index 63567876e37..b1163e0633b 100644 --- a/docs/AliasAnalysis.html +++ b/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 Must, May, or No alias response, +to a query with a Must, May, or No 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.
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html index db112af1a73..85b8aab2c1b 100644 --- a/docs/DeveloperPolicy.html +++ b/docs/DeveloperPolicy.html @@ -162,7 +162,7 @@ bug being fixed or feature being implemented is in the llvm-gcc C++ front-end, in which case it must be written in C++).Type | Description |
---|---|
void | No value |
void | No value |
i8 | 8-bit value |
i32 | 32-bit value |
float | 32-bit floating point value |