From b3578ae70139d37806027a5f5e499dc581e72f99 Mon Sep 17 00:00:00 2001 From: rsandifo Date: Fri, 27 Sep 2013 11:17:34 +0000 Subject: gcc/ * cse.c (count_reg_usage): Handle INT_LIST. * lra-eliminations.c (lra_eliminate_regs_1): Likewise. * reginfo.c (reg_scan_mark_refs): Likewise. * reload1.c (eliminate_regs_1): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202969 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/reload1.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/reload1.c') diff --git a/gcc/reload1.c b/gcc/reload1.c index 7a82c07ef21..6cb0f57295a 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -2776,6 +2776,7 @@ eliminate_regs_1 (rtx x, enum machine_mode mem_mode, rtx insn, /* ... fall through ... */ case INSN_LIST: + case INT_LIST: /* Now do eliminations in the rest of the chain. If this was an EXPR_LIST, this might result in allocating more memory than is strictly needed, but it simplifies the code. */ -- cgit v1.2.1