From 72ed8908ee3634d4e1f07ff2c04568142d76ee2f Mon Sep 17 00:00:00 2001 From: John McCall Date: Tue, 6 Jul 2010 21:07:14 +0000 Subject: [PATCH] Closing tags start with slashes. llvm-svn: 107699 --- llvm/docs/LangRef.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 71f8d999106e..b952c4080ac5 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/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,