Fix the comment, it is propagate_one_insn, not propagate_on_insn.
authorH.J. Lu <hjl@gcc.gnu.org>
Mon, 28 May 2001 16:27:03 +0000 (09:27 -0700)
committerH.J. Lu <hjl@gcc.gnu.org>
Mon, 28 May 2001 16:27:03 +0000 (09:27 -0700)
From-SVN: r42675

gcc/ChangeLog

index 0801d663b9bf115c34a5824a820a8b6b1f7582a1..294ad501e8f6eb43d5ee7b681d2bb7f4dbfc673a 100644 (file)
@@ -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  <kenner@vlsi1.ultra.nyu.edu>
 
-       * 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.