* i386.c (ia32_multipass_dfa_lookahead): Prototype.

From-SVN: r53428
This commit is contained in:
Jeff Law 2002-05-13 14:03:26 -06:00 committed by Jeff Law
parent 765b8f90f4
commit 16133d0058
2 changed files with 3 additions and 0 deletions

View File

@ -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.

View File

@ -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