diff options
| author | John McCall <rjmccall@apple.com> | 2010-07-06 21:07:14 +0000 |
|---|---|---|
| committer | John McCall <rjmccall@apple.com> | 2010-07-06 21:07:14 +0000 |
| commit | 72ed8908ee3634d4e1f07ff2c04568142d76ee2f (patch) | |
| tree | b20ab0fb5926201809a56c7cc68cfe6871f5cc51 | |
| parent | bcf3409107821371b4bdfc072a8ca0583e566f56 (diff) | |
| download | bcm5719-llvm-72ed8908ee3634d4e1f07ff2c04568142d76ee2f.tar.gz bcm5719-llvm-72ed8908ee3634d4e1f07ff2c04568142d76ee2f.zip | |
Closing tags start with slashes.
llvm-svn: 107699
| -rw-r--r-- | llvm/docs/LangRef.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 71f8d999106..b952c4080ac 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 <a href="AliasAnalysis.html#MustMayNo">alias analysis</a>.<br> <br> - Note that this definition of <tt>noalias<tt> is intentionally - similar to the definition of <tt>restrict<tt> in C99 for function + Note that this definition of <tt>noalias</tt> is intentionally + similar to the definition of <tt>restrict</tt> in C99 for function arguments, though it is slightly weaker. <br> For function return values, C99's <tt>restrict</tt> is not meaningful, |

