From 2185f9e1eb1dbb155744a76049a272b1238c54e7 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 15 Jun 2009 17:37:09 +0000 Subject: [PATCH] Reword the description of the noredzone attribute. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73394 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.