summaryrefslogtreecommitdiff
path: root/docs/LangRef.html
diff options
context:
space:
mode:
authorCameron Zwarich <zwarich@apple.com>2011-03-17 14:21:58 +0000
committerCameron Zwarich <zwarich@apple.com>2011-03-17 14:21:58 +0000
commit9e69ff914d8ea054c1dbfd40cd63281c5b087163 (patch)
treed93358854bbf268606ede8fef93deb46c35f6f1f /docs/LangRef.html
parent44579680111b807613703ab401db3b8c0148e36c (diff)
downloadllvm-9e69ff914d8ea054c1dbfd40cd63281c5b087163.tar.gz
llvm-9e69ff914d8ea054c1dbfd40cd63281c5b087163.tar.bz2
llvm-9e69ff914d8ea054c1dbfd40cd63281c5b087163.tar.xz
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
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r--docs/LangRef.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index ab9f1caae6..15ecf86d4f 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -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