[llvm-commits] [llvm] r40565 - /llvm/trunk/docs/LangRef.html

Duncan Sands baldrick at free.fr
Fri Jul 27 12:57:41 PDT 2007


Author: baldrick
Date: Fri Jul 27 14:57:41 2007
New Revision: 40565

URL: http://llvm.org/viewvc/llvm-project?rev=40565&view=rev
Log:
Forget to add 'nest' to the list of parameter
attributes.

Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=40565&r1=40564&r2=40565&view=diff

==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Fri Jul 27 14:57:41 2007
@@ -811,6 +811,9 @@
     <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>
+    <dt><tt>nest</tt></dt>
+    <dd>This indicates that the parameter can be excised using the
+    <a href="#int_trampoline">trampoline intrinsics</a>.</dd>
   </dl>
 
 </div>





More information about the llvm-commits mailing list