aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-06-15 17:37:09 +0000
committerDan Gohman <gohman@apple.com>2009-06-15 17:37:09 +0000
commit2185f9e1eb1dbb155744a76049a272b1238c54e7 (patch)
treeec36fc7670637caeed7562ab6e0a03930b1697e0 /docs/LangRef.html
parent5d2c01e48afba59be7bd0eaa10db784bf2073c20 (diff)
downloadexternal_llvm-2185f9e1eb1dbb155744a76049a272b1238c54e7.zip
external_llvm-2185f9e1eb1dbb155744a76049a272b1238c54e7.tar.gz
external_llvm-2185f9e1eb1dbb155744a76049a272b1238c54e7.tar.bz2
Reword the description of the noredzone attribute.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73394 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r--docs/LangRef.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index deb8915..ea75ffc 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -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>