From 125473b84c959fccaa01c5b406efde1e00e4d533 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 15 Jun 2009 21:18:01 +0000 Subject: [PATCH] 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 --- docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index ea75ffc4683..a79280c9fc3 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1107,7 +1107,7 @@ an sspreq attribute.
noredzone
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.
noimplicitfloat
-- 2.34.1