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 | 27e9159c00151b913655255766353c72e979fd3a (patch) | |
| tree | de859615cefea1473c4522701aa704e92302f81c /llvm/docs/LangRef.html | |
| parent | 381a2a26e924d65da751317f014a0717db4bd877 (diff) | |
| download | bcm5719-llvm-27e9159c00151b913655255766353c72e979fd3a.tar.gz bcm5719-llvm-27e9159c00151b913655255766353c72e979fd3a.zip | |
Forget to add 'nest' to the list of parameter
attributes.
llvm-svn: 40565
Diffstat (limited to 'llvm/docs/LangRef.html')
| -rw-r--r-- | llvm/docs/LangRef.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 2cf74c2824f..792a8b54664 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/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> |

