]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/h8300/h8300.cc
h8300-protos.h: Add a prototype for compute_a_shift_cc.
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 4 Apr 2003 22:01:46 +0000 (22:01 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 4 Apr 2003 22:01:46 +0000 (22:01 +0000)
commit45ca21065864f404f5bb27b7ecf43a40b8efbda0
tree6fe49cbd2890fa089a4111686cf08c87ce19fc69
parent7c2aa9d72cc0a0d39c44206f86ffca8f9f2c66bd
h8300-protos.h: Add a prototype for compute_a_shift_cc.

* config/h8300/h8300-protos.h: Add a prototype for
compute_a_shift_cc.
* config/h8300/h8300.c (shift_one): Update the CC status.
(shift_two): Likewise.
(output_a_shift_cc): Set cc_inline and cc_special.
(compute_a_shift_cc): New.
* config/h8300/h8300.md (shift insns): Use compute_a_shift_cc.

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