diff options
author | Jeff Law <law@redhat.com> | 2002-05-13 14:03:26 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2002-05-13 14:03:26 -0600 |
commit | 16133d00586de86b5d77c3b5f5833c6485ca697c (patch) | |
tree | 685fb017dcd4a14c581f61de5bcf24fe0091681d | |
parent | 765b8f90f4b786bd66102f1ba60100ea5a229d5d (diff) | |
download | gcc-16133d00586de86b5d77c3b5f5833c6485ca697c.zip gcc-16133d00586de86b5d77c3b5f5833c6485ca697c.tar.gz gcc-16133d00586de86b5d77c3b5f5833c6485ca697c.tar.bz2 |
* i386.c (ia32_multipass_dfa_lookahead): Prototype.
From-SVN: r53428
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/config/i386/i386.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c14e729..bf1fd08 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2002-05-13 Jeffrey A Law (law@redhat.com) + * i386.c (ia32_multipass_dfa_lookahead): Prototype. + * i386.c (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define. (ia32_multipass_dfa_lookahead): New function. diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 3ed816e..493c887 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -45,6 +45,7 @@ Boston, MA 02111-1307, USA. */ #include "langhooks.h" static int ia32_use_dfa_pipeline_interface PARAMS ((void)); +static int ia32_multipass_dfa_lookahead PARAMS ((void)); #undef TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE #define TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE ia32_use_dfa_pipeline_interface |