From: Dan Gohman Date: Mon, 15 Jun 2009 17:37:09 +0000 (+0000) Subject: Reword the description of the noredzone attribute. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2185f9e1eb1dbb155744a76049a272b1238c54e7;p=oota-llvm.git Reword the description of the noredzone attribute. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73394 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index deb89153e41..ea75ffc4683 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1106,8 +1106,9 @@ an ssp attribute, then the resulting function will have an sspreq attribute.
noredzone
-
This attribute indicates that the code generator should not enforce red zone -mandated by target specific ABI.
+
This attribute indicates that the code generator should not use a +red zone, even if it would otherwise be supported by the target-specific ABI. +
noimplicitfloat
This attributes disables implicit floating point instructions.