r276271 - in /trunk/gcc: ChangeLog config/darwi...
iains@gcc.gnu.org
iains@gcc.gnu.org
Sun Sep 29 19:09:00 GMT 2019
Author: iains
Date: Sun Sep 29 19:09:13 2019
New Revision: 276271
URL: https://gcc.gnu.org/viewcvs?rev=276271&root=gcc&view=rev
Log:
[Darwin, PPC, Mode Iterators 5/n] Update macho_low.
Replace the define_expand and two define_insns with a single
@macho_low_<mode> and update callers.
gcc/ChangeLog:
2019-09-29 Iain Sandoe <iain@sandoe.co.uk>
* config/darwin.c (gen_macho_low):Amend to include the mode
argument.
(machopic_indirect_data_reference): Amend gen_macho_low call
to include mode argument
* config/rs6000/rs6000.c (emit_move): Likewise. Amend a comment.
* config/rs6000/darwin.md (@macho_low_<mode>): New, replaces
the macho_high expander and two define_insn entries.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/darwin.c
trunk/gcc/config/rs6000/darwin.md
trunk/gcc/config/rs6000/rs6000.c
More information about the Gcc-cvs
mailing list