From: Richard Henderson Date: Mon, 17 Apr 2000 01:51:52 +0000 (-0700) Subject: Fix typo in recent entry. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=acfc08f7747c054a4f05a3940b8274748b62172e;p=gcc.git Fix typo in recent entry. From-SVN: r33194 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 70adf52faa0..f73c86e9125 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -57,7 +57,7 @@ * rtl.h (enum insn_note): New enumeration. Subsume NOTE_INSN_DELETED and friends. (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS. - * rtl.c (note_insn_name): Tweek string order. + * rtl.c (note_insn_name): Tweak string order. 2000-04-15 Zack Weinberg @@ -16213,7 +16213,7 @@ Sat Oct 9 12:18:16 1999 Richard Henderson (count_or_remove_death_notes): New. (verify_flow_info): Abort on error after all checks. (remove_edge): Decrement n_edges. - (remove_fake_edges): Tweek format. + (remove_fake_edges): Tweak format. * haifa-sched.c (schedule_insns): Use split_all_insns. * output.h (update_life_info): Remove declaration. * recog.c (split_all_insns): From the corpse of split_block_insns,