From 211244aa520e158dc2c31bea7277dea475105fa9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 6 Jul 2010 20:51:35 +0000 Subject: [PATCH] minor typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107696 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.