This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

patch to fix arm testsuite regression


The following patch should fix arm test regressions after committing sp elimination patch.

The patch was bootstrapped and tested on x86/x86-64.

Committed as rev. 205974.

2013-12-12  Vladimir Makarov  <vmakarov@redhat.com>

        * ira.h (struct ira_reg_equiv): Rename to ira_reg_equiv_s.
        * ira.c: Ditto.
        * lra-int.h (lra_init_equiv): New prototype.
        * lra-constraints.c (lra_init_equiv, update_equiv): New functions.
        (loc_equivalence_callback): Use the 3rd arg.
        (lra_constraints): Update equivalences.  Pass curr_insn to
        simplify_replace_fn_rtx.
        * lra.c (lra): Call lra_init_equiv.

Attachment: arm.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]