Forget to add 'nest' to the list of parameter
authorDuncan Sands <baldrick@free.fr>
Fri, 27 Jul 2007 19:57:41 +0000 (19:57 +0000)
committerDuncan Sands <baldrick@free.fr>
Fri, 27 Jul 2007 19:57:41 +0000 (19:57 +0000)
attributes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40565 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 2cf74c2824f1572f0bc9e3dc5a7de41d7be5ce05..792a8b5466452af504f555f2b641c0b310adb3e7 100644 (file)
@@ -811,6 +811,9 @@ a power of 2.</p>
     <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>