[llvm-commits] [llvm-gcc-4.2] r55662 - in /llvm-gcc-4.2/trunk/gcc: flow.c sbitmap.c
Bill Wendling
isanbard at gmail.com
Wed Sep 3 00:58:13 PDT 2008
On Sep 3, 2008, at 12:05 AM, Duncan Sands wrote:
> Hi Bill,
>
>> -maybe_uses_pic_offset_table_rtx (struct propagate_block_info *pbi
>> ATTRIBUTE_UNUSED,
>> - rtx reg ATTRIBUTE_UNUSED,
>> +/* LLVM LOCAL begin */
>> +maybe_uses_pic_offset_table_rtx (struct propagate_block_info *pbi
>> ATTRIBUTE_UNUSED,
>> + rtx reg ATTRIBUTE_UNUSED,
>> rtx cond ATTRIBUTE_UNUSED,
>> - rtx insn ATTRIBUTE_UNUSED)
>> + rtx insn ATTRIBUTE_UNUSED)
>> +/* LLVM LOCAL begin */
>
> should this be APPLE LOCAL?
>
No. The function is basically #ifdef'ed out if ENABLE_LLVM is defined,
so GCC still uses these parameters.
-bw
More information about the llvm-commits
mailing list