re PR rtl-optimization/77289 (ICE in extract_constrain_insn, at recog.c:2212 on power...
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Tue, 13 Sep 2016 21:25:04 +0000 (21:25 +0000)
committerBernd Edlinger <edlinger@gcc.gnu.org>
Tue, 13 Sep 2016 21:25:04 +0000 (21:25 +0000)
commit1686923c4b739d4f9a5162230bb14611ca501ede
tree359b810b17e97ce8a4b36f6ca0272733dc437377
parenta713b234edc3b9e76c9abc593a5872415d7d225a
re PR rtl-optimization/77289 (ICE in extract_constrain_insn, at recog.c:2212 on powerpc64)

2016-09-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        PR rtl-optimization/77289
        * lra-constraints.c (get_final_hard_regno): Removed.
        (get_hard_regno): Add new parameter final_p.
        (get_reg_class): Directly call lra_get_elimination_hard_regno.
        (operands_match_p): Adjust call to get_hard_regno.
        (uses_hard_regs_p): Likewise.
        (process_alt_operands): Likewise.

From-SVN: r240124
gcc/ChangeLog
gcc/lra-constraints.c