[llvm-commits] [llvm] r102376 - /llvm/trunk/docs/LangRef.html
Dan Gohman
gohman at apple.com
Mon Apr 26 13:21:21 PDT 2010
Author: djg
Date: Mon Apr 26 15:21:21 2010
New Revision: 102376
URL: http://llvm.org/viewvc/llvm-project?rev=102376&view=rev
Log:
Fix HTML errors that Jeffery Yasskin noticed.
Modified:
llvm/trunk/docs/LangRef.html
Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=102376&r1=102375&r2=102376&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Mon Apr 26 15:21:21 2010
@@ -2307,11 +2307,11 @@
<div class="doc_subsection"><a name="trapvalues">Trap Values</a></div>
<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
fact that an instruction or constant expression which cannot evoke side
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
call, invoke, or phi with a trap operand has trap as its result value.
More information about the llvm-commits
mailing list