Grammar fix
authorAnton Korobeynikov <asl@math.spbu.ru>
Sun, 28 Jan 2007 15:27:21 +0000 (15:27 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sun, 28 Jan 2007 15:27:21 +0000 (15:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33602 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 4de7f3609b5dbd94717386d1b6737fada2d84212..87e03da7c81e79d587a5f74b813e8152394ad38f 100644 (file)
@@ -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>