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.