This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Opps.
- From: law at redhat dot com
- To: gcc-patches at gcc dot gnu dot org
- Date: Mon, 13 May 2002 14:00:12 -0600
- Subject: Opps.
- Reply-to: law at redhat dot com
* i386.c (ia32_multipass_dfa_lookahead): Prototype.
Index: i386.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/i386.c,v
retrieving revision 1.395
diff -c -3 -p -r1.395 i386.c
*** i386.c 13 May 2002 19:54:24 -0000 1.395
--- i386.c 13 May 2002 19:57:45 -0000
*************** Boston, MA 02111-1307, USA. */
*** 45,50 ****
--- 45,51 ----
#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_interfa
ce