* i386.c (ia32_multipass_dfa_lookahead): Prototype.
From-SVN: r53428
This commit is contained in:
parent
765b8f90f4
commit
16133d0058
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user