diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index ab9f1caae696..15ecf86d4f86 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -1023,8 +1023,9 @@ declare signext i8 @returns_signed_char()
signext
This indicates to the code generator that the parameter or return value - should be sign-extended to a 32-bit value by the caller (for a parameter) - or the callee (for a return value).
+ should be sign-extended to the extent required by the target's ABI (which + is usually 32-bits) by the caller (for a parameter) or the callee (for a + return value).
inreg
This indicates that this parameter or return value should be treated in a