[llvm-commits] CVS: llvm/docs/LangRef.html

Anton Korobeynikov asl at math.spbu.ru
Sun Jan 28 07:27:37 PST 2007



Changes in directory llvm/docs:

LangRef.html updated: 1.204 -> 1.205
---
Log message:

Grammar fix


---
Diffs of the changes:  (+6 -5)

 LangRef.html |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.204 llvm/docs/LangRef.html:1.205
--- llvm/docs/LangRef.html:1.204	Sun Jan 28 08:30:45 2007
+++ llvm/docs/LangRef.html	Sun Jan 28 09:27:21 2007
@@ -732,11 +732,12 @@
     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>
@@ -4507,7 +4508,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2007/01/28 14:30:45 $
+  Last modified: $Date: 2007/01/28 15:27:21 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list