From 50f19f5860b4019f261963064df22679476e4d9b Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Fri, 27 Jul 2007 19:57:41 +0000 Subject: [PATCH] Forget to add 'nest' to the list of parameter attributes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40565 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/LangRef.html b/docs/LangRef.html index 2cf74c2824f..792a8b54664 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -811,6 +811,9 @@ a power of 2.

This function attribute indicates that the function type does not use the unwind instruction and does not allow stack unwinding to propagate through it.
+
nest
+
This indicates that the parameter can be excised using the + trampoline intrinsics.
-- 2.34.1