* modulo-sched.c (CFG_HOOKS): Remove.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 17 Apr 2005 06:35:43 +0000 (06:35 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 17 Apr 2005 06:35:43 +0000 (06:35 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98259 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/modulo-sched.c

index cac14ca..e9cc625 100644 (file)
@@ -3,6 +3,8 @@
        * predict.h (IS_TAKEN): Remove.
        * rtl.h (NOTE_PREDICTION): Likewise.
 
+       * modulo-sched.c (CFG_HOOKS): Remove.
+
 2005-04-17  Richard Henderson  <rth@redhat.com>
 
        PR target/20375
index 2a7beee..4ea4ed8 100644 (file)
@@ -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
 {