rs6000: Delete meaningless arguments to define_{expand,split,peephole2}
commit859495c7c14b6a277b9e07134cf042aa3557d1fd
authorsegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Feb 2018 01:09:18 +0000 (22 01:09 +0000)
committersegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Feb 2018 01:09:18 +0000 (22 01:09 +0000)
tree6f02c3bfc51863881fd69aae642f6b3fb7cb69a9
parent024ea1eb0436dbe37b46e13812d867461d5b2461
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@257890 138bc75d-0d04-0410-961f-82ee72b054a4
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