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

Eric Christopher echristo at apple.com
Sun Apr 25 07:45:22 PDT 2010


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