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

Dan Gohman gohman at apple.com
Mon Jun 15 14:18:02 PDT 2009


Author: djg
Date: Mon Jun 15 16:18:01 2009
New Revision: 73421

URL: http://llvm.org/viewvc/llvm-project?rev=73421&view=rev
Log:
Rewrite the noredzone description, attempting to avoid confusing language.

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=73421&r1=73420&r2=73421&view=diff

==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Mon Jun 15 16:18:01 2009
@@ -1107,7 +1107,7 @@
 
 <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>





More information about the llvm-commits mailing list