[llvm-commits] [llvm] r107699 - /llvm/trunk/docs/LangRef.html

John McCall rjmccall at apple.com
Tue Jul 6 14:07:14 PDT 2010


Author: rjmccall
Date: Tue Jul  6 16:07:14 2010
New Revision: 107699

URL: http://llvm.org/viewvc/llvm-project?rev=107699&view=rev
Log:
Closing tags start with slashes.


Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=107699&r1=107698&r2=107699&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Tue Jul  6 16:07:14 2010
@@ -1064,8 +1064,8 @@
       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,





More information about the llvm-commits mailing list