http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56242



Steven Bosscher <steven at gcc dot gnu.org> changed:



           What    |Removed                     |Added

----------------------------------------------------------------------------

                 CC|                            |steven at gcc dot gnu.org



--- Comment #11 from Steven Bosscher <steven at gcc dot gnu.org> 2013-02-21 
10:31:03 UTC ---

(In reply to comment #3)



> Index: cfgrtl.c

> ===================================================================

> --- cfgrtl.c (revision 195874)

> +++ cfgrtl.c (working copy)

> @@ -119,6 +119,28 @@ can_delete_label_p (const_rtx label)

>        && !in_expr_list_p (forced_labels, label));

>  }

> 

> +static void

> +update_next_prev_in_sequence (const_rtx insn)



This wouldn't belong in cfgrtl.c but in emit-rtl.c.

Reply via email to