genautomata.c: Add a new year to the copyright.
authorVladimir Makarov <vmakarov@redhat.com>
Sat, 28 Mar 2009 00:43:26 +0000 (00:43 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Sat, 28 Mar 2009 00:43:26 +0000 (17:43 -0700)
commit20a07f44670dc291cec862a5c688bad57e8a4266
tree665f23f43ed41e7874cc2b369ea0e3f460aec4ba
parentb9605c6cd4ee61bec1db4883c798e526ce75d77c
genautomata.c: Add a new year to the copyright.

2009-03-27  Vladimir Makarov  <vmakarov@redhat.com>

* genautomata.c: Add a new year to the copyright.  Add a new
reference.
(struct insn_reserv_decl): Add comments for member bypass_list.
(find_bypass): Remove.
(insert_bypass): New.
(process_decls): Use insert_bypass.
(output_internal_insn_latency_func): Output all bypasses with the
same input insn in one switch case.

* rtl.def (define_bypass): Describe bypass choice.
* doc/md.texi (define_bypass): Ditto.

From-SVN: r145152
gcc/ChangeLog
gcc/doc/md.texi
gcc/genautomata.c
gcc/rtl.def