diff --git a/docs/LangRef.html b/docs/LangRef.html index dbcd3556a4c..80bf1c8b342 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2513,13 +2513,11 @@ end:
zext (CST to TYPE)
Zero extend a constant to another type. The bit size of CST must be - smaller or equal to the bit size of TYPE. Both types must be - integers.
+ smaller than the bit size of TYPE. Both types must be integers.
sext (CST to TYPE)
Sign extend a constant to another type. The bit size of CST must be - smaller or equal to the bit size of TYPE. Both types must be - integers.
+ smaller than the bit size of TYPE. Both types must be integers.
fptrunc (CST to TYPE)
Truncate a floating point constant to another floating point type. The