diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index b1af5b33731b..71f8d999106e 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/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.