[llvm-commits] [llvm-gcc-4.2] r57454 - in /llvm-gcc-4.2/trunk/gcc: config/i386/llvm-i386-target.h config/i386/llvm-i386.cpp llvm-abi.h llvm-convert.cpp llvm-types.cpp
Evan Cheng
evan.cheng at apple.com
Mon Oct 13 12:49:24 PDT 2008
Thanks. Fixed.
Evan
On Oct 13, 2008, at 12:12 PM, Duncan Sands wrote:
> Hi Evan,
>
>> +// LLVM_SHOULD_PASS_AGGREGATE_USING_BYVAL_ATTR - Return true if
>> this aggregate
>> +// value should be passed by value as a first class aggregate. The
>> default is
>> +// false.
>> +#ifndef LLVM_SHOULD_PASS_AGGREGATE_AS_FCA
>
> The name in the comment is wrong: should be
> LLVM_SHOULD_PASS_AGGREGATE_AS_FCA not
> LLVM_SHOULD_PASS_AGGREGATE_USING_BYVAL_ATTR.
>
> Ciao,
>
> Duncan.
More information about the llvm-commits
mailing list