]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/h8300/h8300.cc
h8300-protos.h: Change emit_a_rotate to output_a_rotate.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 26 Jun 2003 13:04:09 +0000 (13:04 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 26 Jun 2003 13:04:09 +0000 (13:04 +0000)
commitcaf7f21af63ee8f8de2b352d69b93878e5e86dab
tree3110fb86c3d0239e255cbe295ccf4296eba37010
parent2f54a1db5eac0c0ba696e8acaf124c659a41adfb
h8300-protos.h: Change emit_a_rotate to output_a_rotate.

* config/h8300/h8300-protos.h: Change emit_a_rotate to
output_a_rotate.  Add a prototype for compute_a_rotate_length.
* config/h8300/h8300.c (emit_a_rotate): Change to
output_a_rotate.
(compute_a_rotate_length): New.
(h8300_adjust_insn_length): Remove.
* config/h8300/h8300.h (ADJUST_INSN_LENGTH): Remove.
* config/h8300/h8300.md (adjust_length): Remove.
(*rotlqi3_1): Use output_a_rotate and compute_a_rotate_length.
(*rotlhi3_1): Likewise.
(*rotlsi3_1): Likewise.

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