rs6000: Delete meaningless arguments to define_{expand,split,peephole2}
authorSegher Boessenkool <segher@kernel.crashing.org>
Thu, 22 Feb 2018 01:09:18 +0000 (02:09 +0100)
committerSegher Boessenkool <segher@gcc.gnu.org>
Thu, 22 Feb 2018 01:09:18 +0000 (02:09 +0100)
commitad18eed284cc7a461f2030a7c0996f69048a9e92
tree6f02c3bfc51863881fd69aae642f6b3fb7cb69a9
parent6c3323139491780d1dc6d9c938d145045788aca4
rs6000: Delete meaningless arguments to define_{expand,split,peephole2}

This removes the (usually empty) constraint arguments to define_expand,
define_split, and define_peephole2: this argument is meaningless and
just noise.

* config/rs6000/altivec.md: Delete contraint arguments to
define_expand, define_split, and define_peephole2, and in
define_insn_and_split if always unused.
* config/rs6000/darwin.md: Ditto.
* config/rs6000/dfp.md: Ditto.
* config/rs6000/rs6000.md: Ditto.
* config/rs6000/sync.md: Ditto.
* config/rs6000/vector.md: Ditto.
* config/rs6000/vsx.md: Ditto.

From-SVN: r257890
gcc/ChangeLog
gcc/config/rs6000/altivec.md
gcc/config/rs6000/darwin.md
gcc/config/rs6000/dfp.md
gcc/config/rs6000/rs6000.md
gcc/config/rs6000/sync.md
gcc/config/rs6000/vector.md
gcc/config/rs6000/vsx.md