du_chain.insn is an rtx_insn
authorDavid Malcolm <dmalcolm@redhat.com>
Mon, 25 Aug 2014 21:24:13 +0000 (21:24 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Mon, 25 Aug 2014 21:24:13 +0000 (21:24 +0000)
gcc/
* regrename.h (struct du_chain): Strengthen field "insn" from rtx
to rtx_insn *.

From-SVN: r214483

gcc/ChangeLog
gcc/regrename.h

index 0dc27a053a0464092cf89b1384eab44247d0dba0..d42d1dba8311512a32cfdcb0fc46ef8958dc6abd 100644 (file)
@@ -1,3 +1,8 @@
+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
index 9a611f016ab31640b5d89d68e61c4c0667034ca9..03b7164530b48118480f60fda1170126ec6c5be1 100644 (file)
@@ -56,7 +56,7 @@ struct du_chain
   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.  */