[llvm-commits] [llvm] r73394 - /llvm/trunk/docs/LangRef.html
Dan Gohman
gohman at apple.com
Mon Jun 15 14:19:14 PDT 2009
On Jun 15, 2009, at 12:31 PM, Duncan Sands wrote:
> 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.
I just committed a new version; hopefully it's more clear.
Dan
More information about the llvm-commits
mailing list