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

Duncan Sands baldrick at free.fr
Mon Jun 15 12:31:46 PDT 2009


Hi Dan,

> -<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>

I personally found the original clearer.  I'm not sure what it means for
an ABI to support something; and the phrase seems to contain several
negations ("should not", "would otherwise") which left me confused.

Ciao,

Duncan.



More information about the llvm-commits mailing list