]> git.ipfire.org Git - thirdparty/gcc.git/commit
rs6000: Remove "length 4" from branch insns
authorsegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Aug 2018 19:42:36 +0000 (19:42 +0000)
committersegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Aug 2018 19:42:36 +0000 (19:42 +0000)
commitb7247a4d15f31d004c1b9bd4a1aaf5db5da95c6c
treeb424169f441655a13f8c99f922cebf019e1c261e
parent11a0bca53ffeafb1a69c26834e6b507b0a7b2f0b
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263602 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/rs6000/altivec.md
gcc/config/rs6000/darwin.md
gcc/config/rs6000/rs6000.md