Forget to add 'nest' to the list of parameter

attributes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40565 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan Sands 2007-07-27 19:57:41 +00:00
parent c61ce1ad09
commit 50f19f5860

View File

@ -811,6 +811,9 @@ a power of 2.</p>
<dd>This function attribute indicates that the function type does not use <dd>This function attribute indicates that the function type does not use
the unwind instruction and does not allow stack unwinding to propagate the unwind instruction and does not allow stack unwinding to propagate
through it.</dd> 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> </dl>
</div> </div>