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:
parent
cecadda44c
commit
d0381b3719
@ -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.
|
||||
|
@ -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 (®_rename_p->unavailable_hard_regs,
|
||||
Pmode, HARD_FRAME_POINTER_IS_FRAME_POINTER);
|
||||
Pmode, HARD_FRAME_POINTER_REGNUM);
|
||||
}
|
||||
|
||||
#ifdef STACK_REGS
|
||||
|
Loading…
x
Reference in New Issue
Block a user