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

From-SVN: r98259
This commit is contained in:
Kazu Hirata 2005-04-17 06:35:43 +00:00 committed by Kazu Hirata
parent 00c00def6f
commit 378e4d939a
2 changed files with 2 additions and 2 deletions

View 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

View 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
{