From: Cameron Zwarich Date: Thu, 17 Mar 2011 14:21:58 +0000 (+0000) Subject: Change the signext language in LangRef to closer match zeroext. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9e69ff914d8ea054c1dbfd40cd63281c5b087163;p=oota-llvm.git Change the signext language in LangRef to closer match zeroext. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127808 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index ab9f1caae69..15ecf86d4f8 100644 --- a/docs/LangRef.html +++ b/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