diff --git a/docs/LangRef.html b/docs/LangRef.html index 9bd69137156..c423c0b5745 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -3185,9 +3185,6 @@ yields a i1 result, as follows:

If the operands are pointer typed, the pointer values are treated as integers and then compared.

-

If the operands are packed typed, the elements of -the vector are compared in turn and the predicate must hold for all -elements.

Example:
  <result> = icmp eq i32 4, 5          ; yields: result=false