From 191d4ee342230e748e10be6e72d93d876ba6bb33 Mon Sep 17 00:00:00 2001 From: John McCall Date: Tue, 6 Jul 2010 21:07:14 +0000 Subject: Closing tags start with slashes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107699 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/LangRef.html b/docs/LangRef.html index 71f8d99910..b952c4080a 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1064,8 +1064,8 @@ declare signext i8 @returns_signed_char() For further details, please see the discussion of the NoAlias response in alias analysis.

- Note that this definition of noalias is intentionally - similar to the definition of restrict in C99 for function + Note that this definition of noalias is intentionally + similar to the definition of restrict in C99 for function arguments, though it is slightly weaker.
For function return values, C99's restrict is not meaningful, -- cgit v1.2.3