gcc/
* regrename.h (struct du_chain): Strengthen field "insn" from rtx
to rtx_insn *.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214483
138bc75d-0d04-0410-961f-
82ee72b054a4
+2014-08-25 David Malcolm <dmalcolm@redhat.com>
+
+ * regrename.h (struct du_chain): Strengthen field "insn" from rtx
+ to rtx_insn *.
+
2014-08-25 David Malcolm <dmalcolm@redhat.com>
* sel-sched-ir.h (struct sel_region_bb_info_def): Strengthen field
struct du_chain *next_use;
/* The insn where the register appears. */
- rtx insn;
+ rtx_insn *insn;
/* The location inside the insn. */
rtx *loc;
/* The register class required by the insn at this location. */