diff options
author | Segher Boessenkool <segher@kernel.crashing.org> | 2018-08-16 21:40:07 +0200 |
---|---|---|
committer | Segher Boessenkool <segher@gcc.gnu.org> | 2018-08-16 21:40:07 +0200 |
commit | cdce4d18f9688b22580930b155206b1ff19ce497 (patch) | |
tree | 0271cf031118408d52e3a3902419fafea8aaeca2 /gcc/tree-inline.c | |
parent | 729a01f72ca6c1bd106cb2285187191c3568201b (diff) | |
download | gcc-cdce4d18f9688b22580930b155206b1ff19ce497.zip gcc-cdce4d18f9688b22580930b155206b1ff19ce497.tar.gz gcc-cdce4d18f9688b22580930b155206b1ff19ce497.tar.bz2 |
rs6000: Change the length attribute default
This moves what is currently the default of the length attribute to
the only branch instruction patterns where it applies, namely, the
B-form instructions. It was used for the "jump" instruction as well
before, but that is an I-form instruction and always has length 4.
* config/rs6000/rs6000.md (length): Always define as const_int 4.
(unnamed conditional branch define_insn): Set length to 4 or 8
depending on offset.
(<bd>_<mode>): Similar, for alternative 0.
(<bd>tf_<mode>): Ditto.
From-SVN: r263601
Diffstat (limited to 'gcc/tree-inline.c')
0 files changed, 0 insertions, 0 deletions