1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Fixed some punctuation. Sentences can be combined with semi-colons but not

commas.

llvm-svn: 138043
This commit is contained in:
John Criswell 2011-08-19 16:57:55 +00:00
parent b70142a801
commit 1e3b4b2f5b

View 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>