aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
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
commit4ee46819ae324d9d15c7b983d03f2156954b5d51 (patch)
tree38f429911162e7d34cc9fe0c81b421e186080c11 /docs/LangRef.html
parent608ac7c88b1b83e4e69afabd010571151491feb0 (diff)
downloadexternal_llvm-4ee46819ae324d9d15c7b983d03f2156954b5d51.zip
external_llvm-4ee46819ae324d9d15c7b983d03f2156954b5d51.tar.gz
external_llvm-4ee46819ae324d9d15c7b983d03f2156954b5d51.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/LangRef.html')
-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>