From 05dbb9d002526555e9b6d08bf3f744d20e27edd9 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 22 Mar 2007 02:02:11 +0000 Subject: [PATCH] Preview nounwind function attribute. llvm-svn: 35256 --- llvm/docs/LangRef.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 60777ade19a2..346f858520b6 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -738,8 +738,11 @@ a power of 2.

target-specific
sret
This indicates that the parameter specifies the address of a structure - that is the return value of the function in the source program. -
+ that is the return value of the function in the source program. +
nounwind
+
This function attribute indicates that the function type does not use + the unwind instruction and does not allow stack unwinding to propagate + through it.