[llvm-commits] [llvm] r72894 - in /llvm/trunk: include/llvm/Attributes.h include/llvm/Target/TargetOptions.h lib/AsmParser/LLLexer.cpp lib/AsmParser/LLParser.cpp lib/AsmParser/LLToken.h lib/Target/PowerPC/PPCRegisterInfo.cpp lib/Target/TargetMach

Dan Gohman gohman at apple.com
Fri Jun 12 13:52:39 PDT 2009


On Jun 12, 2009, at 12:58 PM, Devang Patel wrote:


> On Mon, Jun 8, 2009 at 11:25 AM, Dan Gohman<gohman at apple.com> wrote:
>
>>
>>
>>
>> x86-32 never has a redzone, so it shouldn't require
>>
>> noredzone notes everywhere.  I realize that the currrent code
>>
>> is just using the values of flags inside GCC, but having
>>
>> meaningless function notes everywhere is undesirable. Can
>>
>> you find some way to suppress noredzone notes on targets
>>
>> which never have red zones?
>>
>
> Done.

Thanks!

Dan




More information about the llvm-commits mailing list