From: Duncan Sands Date: Tue, 8 Jul 2008 09:27:25 +0000 (+0000) Subject: Note that 'nest' only applies to pointers. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0789b8b5189a844bf0f94efcab7fda7857d2470a;p=oota-llvm.git Note that 'nest' only applies to pointers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53226 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 4de69b0e721..af6dc04a74f 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -876,7 +876,7 @@ declare i32 @atoi(i8*) nounwind readonly executing it.
nest
-
This indicates that the parameter can be excised using the +
This indicates that the pointer parameter can be excised using the trampoline intrinsics.
readonly
This function attribute indicates that the function has no side-effects