1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Fixed grammar for the llvm.trap intrinsic description.

llvm-svn: 156881
This commit is contained in:
John Criswell 2012-05-16 00:26:51 +00:00
parent 1da786c936
commit f5812a8109

View File

@ -8394,9 +8394,9 @@ LLVM</a>.</p>
<p>None.</p>
<h5>Semantics:</h5>
<p>This intrinsics is lowered to the target dependent trap instruction. If the
<p>This intrinsic is lowered to the target dependent trap instruction. If the
target does not have a trap instruction, this intrinsic will be lowered to
the call of the <tt>abort()</tt> function.</p>
a call of the <tt>abort()</tt> function.</p>
</div>