i386.c (ia32_use_dfa_pipeline_interface): New function.
authorJan Hubicka <jh@suse.cz>
Thu, 9 May 2002 13:45:20 +0000 (15:45 +0200)
committerJeff Law <law@gcc.gnu.org>
Thu, 9 May 2002 13:45:20 +0000 (07:45 -0600)
commit02263a8a370f650d31f71376e1a899443c76fc82
tree71b66607d6fc163734b1994b2515065833905aee
parenta08cbd59a60d1428c46dcbcb00f7c2dc5a0681d7
i386.c (ia32_use_dfa_pipeline_interface): New function.

        * i386.c (ia32_use_dfa_pipeline_interface): New function.  Use
        the DFA interface for Pentium processors.
        (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): DEFINE.
        (attr_pent_pair, ix86_pent_find_pair): Remove.
        (ix86_sched_reorder_pentium): Remove.
        (ix86_sched_reorder): Remove reordering for Pentium.
        * i386.md (Pentium scheduling): Rewrite using DFA description.

Co-Authored-By: Jeff Law <law@redhat.com>
From-SVN: r53329
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.md