rs6000: Remove "length 4" from branch insns
authorSegher Boessenkool <segher@kernel.crashing.org>
Thu, 16 Aug 2018 19:42:36 +0000 (21:42 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Thu, 16 Aug 2018 19:42:36 +0000 (21:42 +0200)
commita79db151ccd666c3c5e47454f52ee316fd766aad
treeb424169f441655a13f8c99f922cebf019e1c261e
parentcdce4d18f9688b22580930b155206b1ff19ce497
rs6000: Remove "length 4" from branch insns

Now that it is the default for branch insns like for all other insns,
we don't need to set it explicitly so often anymore.

* config/rs6000/altivec.md: Don't set length attribute to the default
value, for branch instructions.
* config/rs6000/darwin.md: Ditto.
* config/rs6000/rs6000.md: Ditto.

From-SVN: r263602
gcc/ChangeLog
gcc/config/rs6000/altivec.md
gcc/config/rs6000/darwin.md
gcc/config/rs6000/rs6000.md