summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-06-15 21:18:01 +0000
committerDan Gohman <gohman@apple.com>2009-06-15 21:18:01 +0000
commit125473b84c959fccaa01c5b406efde1e00e4d533 (patch)
tree3c62e9e051df3e4896843f8356f22a0be7606ad3 /docs
parent927788c500c68e2d3c307b1af3f1d30e193aeebc (diff)
downloadexternal_llvm-125473b84c959fccaa01c5b406efde1e00e4d533.zip
external_llvm-125473b84c959fccaa01c5b406efde1e00e4d533.tar.gz
external_llvm-125473b84c959fccaa01c5b406efde1e00e4d533.tar.bz2
Rewrite the noredzone description, attempting to avoid confusing language.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73421 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index ea75ffc..a79280c 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -1107,7 +1107,7 @@ an <tt>sspreq</tt> attribute.</dd>
<dt><tt>noredzone</tt></dt>
<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.
+red zone, even if the target-specific ABI normally permits it.
</dd>
<dt><tt>noimplicitfloat</tt></dt>