diff options
author | robertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-12 19:58:23 +0000 |
---|---|---|
committer | robertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-12 19:58:23 +0000 |
commit | 50b1e3bfa08d9a1a48fc2bf9b4dc05d9f57284a4 (patch) | |
tree | d6bccf29fcf6bd8815464023de7f721ce03ab83b /gcc | |
parent | 4f0ae27be4d2903fa214ce0029d70e5140fa8b46 (diff) | |
download | gcc-50b1e3bfa08d9a1a48fc2bf9b4dc05d9f57284a4.tar.gz |
typo fix in Jeff's Monday Morning fix. delte -> delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23032 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7a950f5de78..6f71290a80a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -101,7 +101,7 @@ Sun Oct 11 01:03:05 1998 Zack Weinberg <zack@rabi.phys.columbia.edu> Sun Oct 11 00:15:29 1998 Jeffrey A Law (law@cygnus.com) - * flow.c (find_basic_blocks): Delte "live_reachable_p" argument. + * flow.c (find_basic_blocks): Delete "live_reachable_p" argument. (find_basic_blocks_1): Similarly. * output.h (find_basic_blocks): Fix prototype. * gcse.c, toplev.c: Don't pass "live_reachable_p" argument to |