]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ira.c
ira.c (struct equivalence): Promote INIT_INSNs field to an rtx_insn_list.
authorJeff Law <law@redhat.com>
Fri, 10 Oct 2014 15:47:19 +0000 (09:47 -0600)
committerJeff Law <law@gcc.gnu.org>
Fri, 10 Oct 2014 15:47:19 +0000 (09:47 -0600)
commitfb0ab69706097f5e9c6e772e82d4f8e39c7e5955
treed68b4989f69dc506295ec24f56282c11eb24e00a
parent375f837be1166c39096769bb7afa16502490035f
ira.c (struct equivalence): Promote INIT_INSNs field to an rtx_insn_list.

        * ira.c (struct equivalence): Promote INIT_INSNs field to
        an rtx_insn_list.  Add comments.
        (no_equiv): Promote LIST to an rtx_insn_list.  Update
        testing for and creating the special marker.  Use methods
        to extract the insn and next pointers.  Promote INSN to an
        rtx_insn.
        (update_equiv_regs): Update test for special marker in the
        INIT_INSNs list.

From-SVN: r216095
gcc/ChangeLog
gcc/ira.c