aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2007-01-28 15:27:21 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2007-01-28 15:27:21 +0000
commit66a8c8ccb8511900a957784e51517bb3b905c085 (patch)
tree0b5cb13e744987c6f00d11b7a771e6a504fef608
parentce13b85e6cc2a954aa51284bf896ce8cf6e1869d (diff)
downloadexternal_llvm-66a8c8ccb8511900a957784e51517bb3b905c085.zip
external_llvm-66a8c8ccb8511900a957784e51517bb3b905c085.tar.gz
external_llvm-66a8c8ccb8511900a957784e51517bb3b905c085.tar.bz2
Grammar fix
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33602 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/LangRef.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 4de7f36..87e03da 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -732,11 +732,12 @@ a power of 2.</p>
a call to this function.</dd>
<dt><tt>inreg</tt></dt>
<dd>This indicates that the parameter should be placed in register (if
- possible) during assembling function call. It's currently supported in x86
- backend only.</dd>
+ possible) during assembling function call. Support for this attribute is
+ target-specific</dd>
<dt><tt>sret</tt></dt>
- <dd>This indicates, that the parameter is special hidden pointer to struct
- to return. Usually such parameter needs special handling during codegen.</dd>
+ <dd>This indicates that the parameter specifies the address of a structure
+ that is the return value of the function in the source program.
+ </dd>
</dl>
</div>