diff options
| author | Duncan Sands <baldrick@free.fr> | 2008-07-08 09:27:25 +0000 |
|---|---|---|
| committer | Duncan Sands <baldrick@free.fr> | 2008-07-08 09:27:25 +0000 |
| commit | 825bde45cc923c28378f4553ba458ce1e597a3f2 (patch) | |
| tree | 639cab42e252c080ea5f7842e5f7dfb2a2d3685e /llvm | |
| parent | 328494c428f67261006383c385e31fdf725e0c00 (diff) | |
| download | bcm5719-llvm-825bde45cc923c28378f4553ba458ce1e597a3f2.tar.gz bcm5719-llvm-825bde45cc923c28378f4553ba458ce1e597a3f2.zip | |
Note that 'nest' only applies to pointers.
llvm-svn: 53226
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 4de69b0e721..af6dc04a74f 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -876,7 +876,7 @@ declare i32 @atoi(i8*) nounwind readonly executing it.</dd> <dt><tt>nest</tt></dt> - <dd>This indicates that the parameter can be excised using the + <dd>This indicates that the pointer parameter can be excised using the <a href="#int_trampoline">trampoline intrinsics</a>.</dd> <dt><tt>readonly</tt></dt> <dd>This function attribute indicates that the function has no side-effects |

