h8300-protos.h: Add a prototype for compute_mov_length.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 25 Jun 2003 03:47:31 +0000 (03:47 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 25 Jun 2003 03:47:31 +0000 (03:47 +0000)
commit7948a9eac2804420e87161f936fead7287008502
tree0bf426478719158e95f27032408a66d645db9ed9
parente5b0e711e87da60282d32ee364bfc9ca77fa6360
h8300-protos.h: Add a prototype for compute_mov_length.

* config/h8300/h8300-protos.h: Add a prototype for
compute_mov_length.
* config/h8300/h8300.c (compute_mov_length): New.
* config/h8300/h8300.md (*movqi_h8300): Use it.
(*movqi_h8300hs): Likewise.
(movstrictqi): Likewise.
(*movhi_h8300): Likewise.
(*movhi_h8300hs): Likewise.
(movstricthi): Likewise.
(*movsi_h8300): Likewise.
(*movsf_h8300): Likewise.
(*movsi_h8300hs): Likewise.
(*movsf_h8300hs): Likewise.

From-SVN: r68454
gcc/ChangeLog
gcc/config/h8300/h8300-protos.h
gcc/config/h8300/h8300.c
gcc/config/h8300/h8300.md