OSDN Git Service

Fix the comment, it is propagate_one_insn, not propagate_on_insn.
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 May 2001 16:27:03 +0000 (16:27 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 May 2001 16:27:03 +0000 (16:27 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42675 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 0801d66..294ad50 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.