[llvm-commits] [llvm] r138043 - /llvm/trunk/docs/LangRef.html
John Criswell
criswell at uiuc.edu
Fri Aug 19 09:57:55 PDT 2011
Author: criswell
Date: Fri Aug 19 11:57:55 2011
New Revision: 138043
URL: http://llvm.org/viewvc/llvm-project?rev=138043&view=rev
Log:
Fixed some punctuation. Sentences can be combined with semi-colons but not
commas.
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=138043&r1=138042&r2=138043&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Fri Aug 19 11:57:55 2011
@@ -8396,7 +8396,7 @@
<h5>Semantics:</h5>
<p>This intrinsic allows annotation of local variables with arbitrary strings.
This can be useful for special purpose optimizations that want to look for
- these annotations. These have no other defined use, they are ignored by code
+ these annotations. These have no other defined use; they are ignored by code
generation and optimization.</p>
</div>
@@ -8432,7 +8432,7 @@
<h5>Semantics:</h5>
<p>This intrinsic allows annotations to be put on arbitrary expressions with
arbitrary strings. This can be useful for special purpose optimizations that
- want to look for these annotations. These have no other defined use, they
+ want to look for these annotations. These have no other defined use; they
are ignored by code generation and optimization.</p>
</div>
More information about the llvm-commits
mailing list