[llvm-commits] [llvm-gcc-4.2] r102298 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp

Bill Wendling isanbard at gmail.com
Sun Apr 25 16:17:43 PDT 2010


Good idea. Thanks. :)

-bw

On Apr 25, 2010, at 7:45 AM, Eric Christopher wrote:

> 
> On Apr 24, 2010, at 9:54 PM, Bill Wendling wrote:
> 
>> +    if (
>> +#ifdef TARGET_64BIT
>> +        !TARGET_64BIT &&
>> +#endif
> 
> if (flag_objc_abi == 1)
> 
> maybe? Comes down to the same thing but is probably more clear.  More clear about ppc/i386 as well.
> 
> -eric





More information about the llvm-commits mailing list