]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/rs6000/dfp.md
rs6000: Remove "length 4" from other insns
authorSegher Boessenkool <segher@kernel.crashing.org>
Thu, 16 Aug 2018 19:44:38 +0000 (21:44 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Thu, 16 Aug 2018 19:44:38 +0000 (21:44 +0200)
commitb24a46beddca2278e1879b1ed5086bfd957eebb7
tree9797cafbb90c21d2defae0553788c821def36f82
parenta79db151ccd666c3c5e47454f52ee316fd766aad
rs6000: Remove "length 4" from other insns

There were many insns that set "length 4" explicitly while that does
not make anything clearer to the reader.  So, simplify the code.

* config/rs6000/altivec.md: Don't set length attribute to the default
value.
* config/rs6000/darwin.md: Ditto.
* config/rs6000/dfp.md: Ditto.
* config/rs6000/htm.md: Ditto.
* config/rs6000/rs6000.md: Ditto.
* config/rs6000/sync.md: Ditto.
* config/rs6000/vsx.md: Ditto.

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