Reword the description of the noredzone attribute.
authorDan Gohman <gohman@apple.com>
Mon, 15 Jun 2009 17:37:09 +0000 (17:37 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 15 Jun 2009 17:37:09 +0000 (17:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73394 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index deb89153e41831adf301d6579bb9ebc63311ce53..ea75ffc468364040e8015143933d323a4e9f23f4 100644 (file)
@@ -1106,8 +1106,9 @@ an <tt>ssp</tt> attribute, then the resulting function will have
 an <tt>sspreq</tt> attribute.</dd>
 
 <dt><tt>noredzone</tt></dt>
-<dd>This attribute indicates that the code generator should not enforce red zone
-mandated by target specific ABI.</dd>
+<dd>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.
+</dd>
 
 <dt><tt>noimplicitfloat</tt></dt>
 <dd>This attributes disables implicit floating point instructions.</dd>