diff --git a/docs/LangRef.html b/docs/LangRef.html index b1af5b33731..71f8d999106 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1066,7 +1066,7 @@ declare signext i8 @returns_signed_char()
Note that this definition of noalias is intentionally similar to the definition of restrict in C99 for function - arguments, thought it is slightly weaker. + arguments, though it is slightly weaker.
For function return values, C99's restrict is not meaningful, while LLVM's noalias is.