From 531ba5d28584a663a3dced511b35c94f67db398c Mon Sep 17 00:00:00 2001 From: Seongbae Park Date: Wed, 27 Jun 2007 18:17:15 +0000 Subject: re PR target/32481 (ICE in df_refs_verify, at df-scan.c:4058) 2007-06-27 Seongbae Park PR rtl-optimization/32481 * combine.c (adjust_for_new_dest): Rescan the changed insn. From-SVN: r126058 --- gcc/combine.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/combine.c') diff --git a/gcc/combine.c b/gcc/combine.c index cb0d00f..fece7e0 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -2057,6 +2057,8 @@ adjust_for_new_dest (rtx insn) of an insn just above it. Call distribute_links to make a LOG_LINK from the next use of that destination. */ distribute_links (gen_rtx_INSN_LIST (VOIDmode, insn, NULL_RTX)); + + df_insn_rescan (insn); } /* Return TRUE if combine can reuse reg X in mode MODE. -- cgit v1.1