c1286e0b87
gcc/ 2014-08-19 David Malcolm <dmalcolm@redhat.com> * sel-sched-ir.h (BND_TO): insn_t will eventually be an rtx_insn *. To help with transition, for now, convert from an access macro into a pair of functions: BND_TO, returning an rtx_insn *, and... (SET_BND_TO): New function, for use where BND_TO is used as an lvalue. * sel-sched-ir.c (blist_add): Update lvalue usage of BND_TO to SET_BND_TO. (BND_TO): New function, adding a checked cast. (SET_BND_TO): New function. * sel-sched.c (move_cond_jump): Update lvalue usage of BND_TO to SET_BND_TO. (compute_av_set_on_boundaries): Likewise. / 2014-08-19 David Malcolm <dmalcolm@redhat.com> * rtx-classes-status.txt (TODO): Add SET_BND_TO From-SVN: r214170
24 lines
810 B
Plaintext
24 lines
810 B
Plaintext
This file tracks the status of the merger of the
|
|
"Introduce rtx subclasses" patches, and is slated for removal once all
|
|
are merged.
|
|
|
|
See https://gcc.gnu.org/ml/gcc-patches/2014-08/msg00498.html for more
|
|
information.
|
|
|
|
Phase 1: initial "scaffolding" commits: IN PROGRESS
|
|
Phase 2: per-file commits in main source dir: TODO
|
|
Phase 3: per-file commits within "config" subdirs: TODO
|
|
Phase 4: removal of "scaffolding": TODO
|
|
Phase 5: additional rtx_def subclasses: TODO
|
|
Phase 6: use extra rtx_def subclasses: TODO
|
|
|
|
TODO: "Scaffolding" to be removed
|
|
=================================
|
|
* DF_REF_INSN
|
|
* SET_BB_HEAD, SET_BB_END, SET_BB_HEADER, SET_BB_FOOTER
|
|
* SET_BB_NOTE_LIST
|
|
* SET_BND_TO
|
|
* SET_DEP_PRO, SET_DEP_CON
|
|
* SET_NEXT_INSN, SET_PREV_INSN
|
|
* SET_VINSN_INSN_RTX
|