summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2008-07-08 09:27:25 +0000
committerDuncan Sands <baldrick@free.fr>2008-07-08 09:27:25 +0000
commit0789b8b5189a844bf0f94efcab7fda7857d2470a (patch)
tree08c44b35724441858360e0e1550ce2c4b0c6e8c1 /docs
parentb3739424dadf3b12579c4b838326a657a92815fa (diff)
downloadllvm-0789b8b5189a844bf0f94efcab7fda7857d2470a.tar.gz
llvm-0789b8b5189a844bf0f94efcab7fda7857d2470a.tar.bz2
llvm-0789b8b5189a844bf0f94efcab7fda7857d2470a.tar.xz
Note that 'nest' only applies to pointers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53226 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 4de69b0e72..af6dc04a74 100644
--- a/docs/LangRef.html
+++ b/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