From c68ce066a5998da6a9508a97e46b86063a3887d1 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 26 Apr 2010 20:21:21 +0000 Subject: [PATCH] Fix HTML errors that Jeffery Yasskin noticed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102376 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index 1142e9290d4..ab69b05bbf3 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2307,11 +2307,11 @@ has undefined behavior.

Trap Values
-

Trap values are similar to undef values, however +

Trap values are similar to undef values, 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.

+ behavior.

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.