* i386.c (ia32_multipass_dfa_lookahead): Prototype.
authorJeff Law <law@redhat.com>
Mon, 13 May 2002 20:03:26 +0000 (14:03 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 13 May 2002 20:03:26 +0000 (14:03 -0600)
From-SVN: r53428

gcc/ChangeLog
gcc/config/i386/i386.c

index c14e729..bf1fd08 100644 (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.
 
index 3ed816e..493c887 100644 (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