[llvm-commits] [llvm] r73394 - /llvm/trunk/docs/LangRef.html

Dan Gohman gohman at apple.com
Mon Jun 15 10:37:10 PDT 2009


Author: djg
Date: Mon Jun 15 12:37:09 2009
New Revision: 73394

URL: http://llvm.org/viewvc/llvm-project?rev=73394&view=rev
Log:
Reword the description of the noredzone attribute.

Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=73394&r1=73393&r2=73394&view=diff

==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Mon Jun 15 12:37:09 2009
@@ -1106,8 +1106,9 @@
 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>





More information about the llvm-commits mailing list