h8300.c (get_shift_alg): Remove an argument cpu.
authorKazu Hirata <kazu@hxi.com>
Tue, 9 Jan 2001 20:02:35 +0000 (20:02 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 9 Jan 2001 20:02:35 +0000 (20:02 +0000)
commit9789584bd16c6e26cb9ba3aeb6eab4ad3fcd30fc
treed31d6b7cfe65ed651d8634b67c8f354a2d461c91
parent00dba523ac47a86a2778a59dc610f1b60d8995f8
h8300.c (get_shift_alg): Remove an argument cpu.

2001-01-09  Kazu Hirata  <kazu@hxi.com>

* config/h8300/h8300.c (get_shift_alg): Remove an argument cpu.
Change an argument mode of machine_mode to shift_mode of
shift_mode.  Remove an extra error check.
(emit_a_shift): Adopt to the new calling prototype of
get_shift_alg.

From-SVN: r38839
gcc/ChangeLog
gcc/config/h8300/h8300.c