Commit 378e4d93 by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r98259
parent 00c00def
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
* predict.h (IS_TAKEN): Remove. * predict.h (IS_TAKEN): Remove.
* rtl.h (NOTE_PREDICTION): Likewise. * rtl.h (NOTE_PREDICTION): Likewise.
* modulo-sched.c (CFG_HOOKS): Remove.
2005-04-17 Richard Henderson <rth@redhat.com> 2005-04-17 Richard Henderson <rth@redhat.com>
PR target/20375 PR target/20375
......
...@@ -105,8 +105,6 @@ typedef struct ps_insn *ps_insn_ptr; ...@@ -105,8 +105,6 @@ typedef struct ps_insn *ps_insn_ptr;
#define PS_STAGE_COUNT(ps) ((PS_MAX_CYCLE (ps) - PS_MIN_CYCLE (ps) \ #define PS_STAGE_COUNT(ps) ((PS_MAX_CYCLE (ps) - PS_MIN_CYCLE (ps) \
+ 1 + (ps)->ii - 1) / (ps)->ii) + 1 + (ps)->ii - 1) / (ps)->ii)
#define CFG_HOOKS cfg_layout_rtl_cfg_hooks
/* A single instruction in the partial schedule. */ /* A single instruction in the partial schedule. */
struct ps_insn struct ps_insn
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment