Commit 16133d00 by Jeff Law Committed by Jeff Law

* i386.c (ia32_multipass_dfa_lookahead): Prototype.

From-SVN: r53428
parent 765b8f90
2002-05-13 Jeffrey A Law (law@redhat.com) 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. * i386.c (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
(ia32_multipass_dfa_lookahead): New function. (ia32_multipass_dfa_lookahead): New function.
......
...@@ -45,6 +45,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -45,6 +45,7 @@ Boston, MA 02111-1307, USA. */
#include "langhooks.h" #include "langhooks.h"
static int ia32_use_dfa_pipeline_interface PARAMS ((void)); static int ia32_use_dfa_pipeline_interface PARAMS ((void));
static int ia32_multipass_dfa_lookahead PARAMS ((void));
#undef TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE #undef TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE
#define TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE ia32_use_dfa_pipeline_interface #define TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE ia32_use_dfa_pipeline_interface
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment