From: H.J. Lu Date: Mon, 28 May 2001 16:27:03 +0000 (-0700) Subject: Fix the comment, it is propagate_one_insn, not propagate_on_insn. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=20b142ccbc0803ea1eaf6bd8432c0b6b1af630e5;p=gcc.git Fix the comment, it is propagate_one_insn, not propagate_on_insn. From-SVN: r42675 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0801d663b9b..294ad501e8f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -9641,7 +9641,7 @@ Tue Jan 16 22:23:04 2001 Alan Modra (alan@linuxcare.com.au) Tue Jan 16 17:20:43 2001 Richard Kenner - * flow.c (propagate_on_insn): Make trying to delete a prologue + * flow.c (propagate_one_insn): Make trying to delete a prologue or epilogue insn an ICE, not a warning. Allow doing this if the current function returns with stack pointer depressed.