diff options
Diffstat (limited to 'gcc/local-alloc.c')
-rw-r--r-- | gcc/local-alloc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c index b993d35..ada6e3d 100644 --- a/gcc/local-alloc.c +++ b/gcc/local-alloc.c @@ -1177,7 +1177,8 @@ update_equiv_regs (void) info. */ SET_REGNO_REG_SET (&cleared_regs, regno); clear_regnos++; - reg_equiv_init[regno] = NULL_RTX; + reg_equiv_init[regno] + = gen_rtx_INSN_LIST (VOIDmode, new_insn, NULL_RTX); } } } |