From 0789b8b5189a844bf0f94efcab7fda7857d2470a Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Tue, 8 Jul 2008 09:27:25 +0000 Subject: [PATCH] Note that 'nest' only applies to pointers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53226 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1