Commit d0381b37 by Andrey Belevantsev Committed by Andrey Belevantsev

re PR rtl-optimization/57422 (ICE: SIGSEGV in dominated_by_p with custom flags)

        PR rtl-optimization/57422
        * sel-sched.c (mark_unavailable_hard_regs): Fix typo when calling
        add_to_hard_reg_set.

From-SVN: r206173
parent cecadda4
2013-12-23 Andrey Belevantsev <abel@ispras.ru>
PR rtl-optimization/57422
* sel-sched.c (mark_unavailable_hard_regs): Fix typo when calling
add_to_hard_reg_set.
2013-12-20 Sharad Singhai <singhai@google.com> 2013-12-20 Sharad Singhai <singhai@google.com>
* Makefile.in: Add optinfo.texi. * Makefile.in: Add optinfo.texi.
...@@ -1253,7 +1253,7 @@ mark_unavailable_hard_regs (def_t def, struct reg_rename *reg_rename_p, ...@@ -1253,7 +1253,7 @@ mark_unavailable_hard_regs (def_t def, struct reg_rename *reg_rename_p,
if (!HARD_FRAME_POINTER_IS_FRAME_POINTER) if (!HARD_FRAME_POINTER_IS_FRAME_POINTER)
add_to_hard_reg_set (&reg_rename_p->unavailable_hard_regs, add_to_hard_reg_set (&reg_rename_p->unavailable_hard_regs,
Pmode, HARD_FRAME_POINTER_IS_FRAME_POINTER); Pmode, HARD_FRAME_POINTER_REGNUM);
} }
#ifdef STACK_REGS #ifdef STACK_REGS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment