diff --git a/docs/LangRef.html b/docs/LangRef.html index 7639649269a..3ebb1396f97 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -3139,9 +3139,8 @@ a value, just a keyword. The possibilities for the condition code are:
  • slt: signed less than
  • sle: signed less or equal
  • -

    The remaining two arguments must be of integral, -pointer or a packed integral -type. They must have identical types.

    +

    The remaining two arguments must be integral or +pointer typed. They must also be identical types.

    Semantics:

    The 'icmp' compares var1 and var2 according to the condition code given as cond. The comparison performed always @@ -3220,9 +3219,9 @@ a value, just a keyword. The possibilities for the condition code are:

    In the preceding, ordered means that neither operand is a QNAN while unordered means that either operand may be a QNAN.

    -

    The val1 and val2 arguments must be of -floating point, or a packed -floating point type. They must have identical types.

    +

    The val1 and val2 arguments must be +floating point typed. They must have identical +types.

    In the foregoing, ordered means that neither operand is a QNAN and unordered means that either operand is a QNAN.

    Semantics: