This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Opps.


	* 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





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]