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]

[patch] modulo-sched.c: Remove CFG_HOOKS.


Hi,

Attached is a patch to remove CFG_HOOKS as it's been unused ever since
modulo-sched.c was added into CVS.

Tested on i686-pc-linux-gnu.  OK to apply?

Kazu Hirata

2005-04-16  Kazu Hirata  <kazu@cs.umass.edu>

	* modulo-sched.c (CFG_HOOKS): Remove.

Index: modulo-sched.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/modulo-sched.c,v
retrieving revision 1.26
diff -u -d -p -r1.26 modulo-sched.c
--- modulo-sched.c	3 Apr 2005 14:09:56 -0000	1.26
+++ modulo-sched.c	16 Apr 2005 03:10:47 -0000
@@ -105,8 +105,6 @@ typedef struct ps_insn *ps_insn_ptr;
 #define PS_STAGE_COUNT(ps) ((PS_MAX_CYCLE (ps) - PS_MIN_CYCLE (ps) \
 			     + 1 + (ps)->ii - 1) / (ps)->ii)
 
-#define CFG_HOOKS cfg_layout_rtl_cfg_hooks
-
 /* A single instruction in the partial schedule.  */
 struct ps_insn
 {


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