gcc/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Dec 2007 09:33:42 +0000 (09:33 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Dec 2007 09:33:42 +0000 (09:33 +0000)
commit53b14d73e16d2448b7a43299bedbfb8bb9a8a736
tree51f0538a1209bbff57d683aabda738a0e2d4a193
parentd1662b9497a99989e4137d06d9adf24257bfd75c
gcc/
200x-xx-xx  Jakub Jelinek  <jakub@redhat.com>
    Richard Sandiford  <rsandifo@nildram.co.uk>

* optabs.c (clear_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.
(init_optabs): Call clear_insn_codes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130618 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/optabs.c