Fix HTML errors that Jeffery Yasskin noticed.

llvm-svn: 102376
This commit is contained in:
Dan Gohman 2010-04-26 20:21:21 +00:00
parent 90c4aeebbd
commit d051dc29ba

View File

@ -2307,11 +2307,11 @@ has undefined behavior.</p>
<div class="doc_subsection"><a name="trapvalues">Trap Values</a></div> <div class="doc_subsection"><a name="trapvalues">Trap Values</a></div>
<div class="doc_text"> <div class="doc_text">
<p>Trap values are similar to <a href="undefvalues">undef values</a>, however <p>Trap values are similar to <a href="#undefvalues">undef values</a>, however
instead of representing an unspecified bit pattern, they represent the instead of representing an unspecified bit pattern, they represent the
fact that an instruction or constant expression which cannot evoke side fact that an instruction or constant expression which cannot evoke side
effects has nevertheless detected a condition which results in undefined effects has nevertheless detected a condition which results in undefined
behavior.<p> behavior.</p>
<p>Any non-void instruction or constant expression other than a non-intrinsic <p>Any non-void instruction or constant expression other than a non-intrinsic
call, invoke, or phi with a trap operand has trap as its result value. call, invoke, or phi with a trap operand has trap as its result value.