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

Reid Spencer reid at x10sys.com
Wed Mar 21 19:02:29 PDT 2007



Changes in directory llvm/docs:

LangRef.html updated: 1.212 -> 1.213
---
Log message:

Preview nounwind function attribute.


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

 LangRef.html |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.212 llvm/docs/LangRef.html:1.213
--- llvm/docs/LangRef.html:1.212	Wed Mar 21 19:02:17 2007
+++ llvm/docs/LangRef.html	Wed Mar 21 21:02:11 2007
@@ -738,8 +738,11 @@
     target-specific</dd>
     <dt><tt>sret</tt></dt>
     <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>
+    that is the return value of the function in the source program.</dd>
+    <dt><tt>nounwind</tt></dt>
+    <dd>This function attribute indicates that the function type does not use
+    the unwind instruction and does not allow stack unwinding to propagate
+    through it.</dd>
   </dl>
 
 </div>
@@ -4603,7 +4606,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/03/22 00:02:17 $
+  Last modified: $Date: 2007/03/22 02:02:11 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list