aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2007-07-27 19:57:41 +0000
committerDuncan Sands <baldrick@free.fr>2007-07-27 19:57:41 +0000
commit50f19f5860b4019f261963064df22679476e4d9b (patch)
tree38f429911162e7d34cc9fe0c81b421e186080c11 /docs
parentc61ce1ad091ad1faaca8d73447f53d43020ddffa (diff)
downloadexternal_llvm-50f19f5860b4019f261963064df22679476e4d9b.zip
external_llvm-50f19f5860b4019f261963064df22679476e4d9b.tar.gz
external_llvm-50f19f5860b4019f261963064df22679476e4d9b.tar.bz2
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
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 2cf74c2..792a8b5 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -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>