aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-26 20:21:21 +0000
committerDan Gohman <gohman@apple.com>2010-04-26 20:21:21 +0000
commitc68ce066a5998da6a9508a97e46b86063a3887d1 (patch)
tree3c85d659b3937b2599d16f2baa36f4645feab059
parent3f282aa94b80f4a93ff3cbc37cf3cd4a851c8432 (diff)
Fix HTML errors that Jeffery Yasskin noticed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102376 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/LangRef.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 1142e9290d..ab69b05bbf 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -2307,11 +2307,11 @@ has undefined behavior.</p>
<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.