PATCH: PR target/24765: TARGET_USE_BIT_TEST is never used

H.J. Lu hjl.tools@gmail.com
Tue Oct 7 16:15:00 GMT 2008


On Tue, Oct 7, 2008 at 8:03 AM, Uros Bizjak <ubizjak@gmail.com> wrote:
> H.J. Lu wrote:
>
>> TARGET_USE_BIT_TEST isn't used. This patch removes it. OK for trunk?
>>
>> Thanks.
>>
>>
>> H.J.
>> ---
>> 2008-10-07  H.J. Lu  <hongjiu.lu@intel.com>
>>
>>        PR target/24765
>>        * config/i386/i386.c (initial_ix86_tune_features): Remove
>>        X86_TUNE_USE_BIT_TEST.
>>        * config/i386/i386.h (ix86_tune_indices): Likewise.
>>        (TARGET_USE_BIT_TEST): Removed.
>>
>
> OK.
>
> We have TARGET_USE_BT instead of TARGET_USE_BIT_TEST. However, should we add
> m_386 to TARGET_USE_BT ?
>

TARGET_USE_BT was added for

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17990

I think we can add m_386 to it if we can show it will help i386.

Thanks.


-- 
H.J.



More information about the Gcc-patches mailing list