Fixed some punctuation. Sentences can be combined with semi-colons but not
authorJohn Criswell <criswell@uiuc.edu>
Fri, 19 Aug 2011 16:57:55 +0000 (16:57 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Fri, 19 Aug 2011 16:57:55 +0000 (16:57 +0000)
commas.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138043 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index bed84232158bba0b2685bed907ef16356faf1ccb..bf834c211a07bfc82dadd5f0865cad3d4628cfdf 100644 (file)
@@ -8396,7 +8396,7 @@ LLVM</a>.</p>
 <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 @@ LLVM</a>.</p>
 <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>