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
This commit is contained in:
Andrey Belevantsev 2013-12-23 10:41:22 +04:00 committed by Andrey Belevantsev
parent cecadda44c
commit d0381b3719
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
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>
* Makefile.in: Add optinfo.texi.

View File

@ -1253,7 +1253,7 @@ mark_unavailable_hard_regs (def_t def, struct reg_rename *reg_rename_p,
if (!HARD_FRAME_POINTER_IS_FRAME_POINTER)
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