]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix split conditions in H8/300 port
authorJeff Law <jeffreyalaw@gmail.com>
Sat, 5 Jun 2021 05:27:02 +0000 (01:27 -0400)
committerJeff Law <jeffreyalaw@gmail.com>
Sat, 5 Jun 2021 05:27:02 +0000 (01:27 -0400)
commit549d7f4310f6f8c2c64efcb6f3efcee99c9d9f4f
tree9bb70e175d984f8ff15c79925df5348c728f5af1
parent600f90cbbbf2f1e4511d72a23a5d637d11e9f28b
Fix split conditions in H8/300 port

gcc/

* config/h8300/addsub.md: Fix split condition in define_insn_and_split
patterns.
* config/h8300/bitfield.md: Likewise.
* config/h8300/combiner.md: Likewise.
* config/h8300/divmod.md: Likewise.
* config/h8300/extensions.md: Likewise.
* config/h8300/jumpcall.md: Likewise.
* config/h8300/movepush.md: Likewise.
* config/h8300/multiply.md: Likewise.
* config/h8300/other.md: Likewise.
* config/h8300/shiftrotate.md: Likewise.
* config/h8300/logical.md: Likewise.  Fix split pattern to use
code iterator that somehow slipped through.
gcc/config/h8300/addsub.md
gcc/config/h8300/bitfield.md
gcc/config/h8300/combiner.md
gcc/config/h8300/divmod.md
gcc/config/h8300/extensions.md
gcc/config/h8300/jumpcall.md
gcc/config/h8300/logical.md
gcc/config/h8300/movepush.md
gcc/config/h8300/multiply.md
gcc/config/h8300/other.md
gcc/config/h8300/shiftrotate.md