Change the signext language in LangRef to closer match zeroext.
authorCameron Zwarich <zwarich@apple.com>
Thu, 17 Mar 2011 14:21:58 +0000 (14:21 +0000)
committerCameron Zwarich <zwarich@apple.com>
Thu, 17 Mar 2011 14:21:58 +0000 (14:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127808 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index ab9f1caae69638b0f99af0ed75ce51126583d11e..15ecf86d4f86142bf172c97dd2a2abfe53b3218a 100644 (file)
@@ -1023,8 +1023,9 @@ declare signext i8 @returns_signed_char()
 
   <dt><tt><b>signext</b></tt></dt>
   <dd>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).</dd>
+      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).</dd>
 
   <dt><tt><b>inreg</b></tt></dt>
   <dd>This indicates that this parameter or return value should be treated in a