summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2011-08-19 16:57:55 +0000
committerJohn Criswell <criswell@uiuc.edu>2011-08-19 16:57:55 +0000
commite865c035fd5db0daee1807b2c5b6d79c9dd4062b (patch)
tree2106cb6775e38d98cc32642e38a26ceb67d7e863 /docs
parentc6d7c653c9d4a54e62ac8da92518caa96d0a349c (diff)
downloadllvm-e865c035fd5db0daee1807b2c5b6d79c9dd4062b.tar.gz
llvm-e865c035fd5db0daee1807b2c5b6d79c9dd4062b.tar.bz2
llvm-e865c035fd5db0daee1807b2c5b6d79c9dd4062b.tar.xz
Fixed some punctuation. Sentences can be combined with semi-colons but not
commas. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138043 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index bed8423215..bf834c211a 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -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>