* modulo-sched.c (CFG_HOOKS): Remove.
From-SVN: r98259
This commit is contained in:
parent
00c00def6f
commit
378e4d939a
@ -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
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user