diff options
author | Richard Sandiford <rsandifo@gcc.gnu.org> | 2007-12-05 10:51:05 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2007-12-05 10:51:05 +0000 |
commit | 88f9ea31b5eb96fce5cae9930d92878ff601a0c2 (patch) | |
tree | ff42b42020ec7cb39dc4d7bdc84f3ebfbbe0e50a | |
parent | 91929b4dee6788fdfbaee519272b8d027b3d47ba (diff) | |
download | gcc-88f9ea31b5eb96fce5cae9930d92878ff601a0c2.zip gcc-88f9ea31b5eb96fce5cae9930d92878ff601a0c2.tar.gz gcc-88f9ea31b5eb96fce5cae9930d92878ff601a0c2.tar.bz2 |
Fix last entry.
From-SVN: r130620
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1ec0e79..a417818 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,7 +1,7 @@ 2007-12-05 Jakub Jelinek <jakub@redhat.com> Richard Sandiford <rsandifo@nildram.co.uk> - * optabs.c (clear_insn_codes): New function. + * optabs.c (init_insn_codes): New function. (new_optab): Delete. (init_optab, init_optabv): Don't call new_optab. (init_convert_optab): Don't clear the insn codes. |