Emit "#" instead of calling gcc_unreachable for invalid insns.
authorUros Bizjak <ubizjak@gmail.com>
Thu, 6 Feb 2020 16:34:21 +0000 (17:34 +0100)
committerUros Bizjak <ubizjak@gmail.com>
Thu, 6 Feb 2020 16:34:21 +0000 (17:34 +0100)
commitad84548336ad9a08b451ddd7ea64f07aee0576a6
tree5d07505fc5a01129734fed26f925c04c0f39c341
parentc940105cc17111be98d8d42ba48a413b0e63aebe
Emit "#" instead of calling gcc_unreachable for invalid insns.

Implement standard approach by emitting "#" for insns that have to be split.

* config/i386/i386.md (*pushtf): Emit "#" instead of
calling gcc_unreachable in insn output.
(*pushxf): Ditto.
(*pushdf): Ditto.
(*pushsf_rex64): Ditto for alternatives other than 1.
(*pushsf): Ditto for alternatives other than 1.
gcc/ChangeLog
gcc/config/i386/i386.md