diff options
author | Duncan Sands <baldrick@free.fr> | 2007-07-27 19:57:41 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2007-07-27 19:57:41 +0000 |
commit | 50f19f5860b4019f261963064df22679476e4d9b (patch) | |
tree | 38f429911162e7d34cc9fe0c81b421e186080c11 | |
parent | c61ce1ad091ad1faaca8d73447f53d43020ddffa (diff) |
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
-rw-r--r-- | docs/LangRef.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index 2cf74c2824..792a8b5466 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> |