Remove dead cc0 code from H8 port
authorJeff Law <law@redhat.com>
Mon, 30 Nov 2020 19:11:34 +0000 (12:11 -0700)
committerJeff Law <law@redhat.com>
Mon, 30 Nov 2020 19:11:34 +0000 (12:11 -0700)
commit5ddb6eca28a2b58656c5d786a4462024ab74618f
treefbae518150dc4a212feb62c1627f8a2a96c31f7a
parentb46314c78061a5156bac44a317c87d32b00d4295
Remove dead cc0 code from H8 port

gcc/
* config/h8300/bitfield.md: Remove "cc" attribute on any
insns where it remained.
* config/h8300/combiner.md: Likewise.
* config/h8300/jumpcall.md: Likewise.
* config/h8300/logical.md: Likewise.
* config/h8300/testcompare.md: Likewise.
* config/h8300/h8300.md (old_cc attr): Renamed from cc attr.
* config/h8300/h8300.c (notice_update_cc): Remove.
(compute_plussi_cc): Change references to CC_* to OLD_CC_.
(compute_logical_op_cc): Likewise.
(shift_one, shift_two): Likewise.
(compute_a_shift_cc): Likewise.
(get_shift_alg): Likewise.
(struct shift_insn): Change type of cc_valid field.
(struct shift_info): Likewise.
* config/h8300/save.md: Remove accidentially created file.
gcc/config/h8300/bitfield.md
gcc/config/h8300/combiner.md
gcc/config/h8300/h8300.c
gcc/config/h8300/h8300.md
gcc/config/h8300/jumpcall.md
gcc/config/h8300/logical.md
gcc/config/h8300/save.md [deleted file]
gcc/config/h8300/testcompare.md