r274150 - in /branches/ibm/pcrel-trunk/gcc: Cha...

meissner@gcc.gnu.org meissner@gcc.gnu.org
Tue Aug 6 23:20:00 GMT 2019


Author: meissner
Date: Tue Aug  6 23:20:53 2019
New Revision: 274150

URL: https://gcc.gnu.org/viewcvs?rev=274150&root=gcc&view=rev
Log:
Move mode_supports_prefixed_address_p higher.

2019-08-06  Michael Meissner  <meissner@linux.ibm.com>

	* config/rs6000/rs6000.c (struct rs6000_reg_addr): Add a field to
	say whether the mode supports using prefixed addresses.
	(mode_supports_prefixed_address_p): Move function higher in the
	file.  Change the test to use the prefixed memory field in struct
	rs6000_reg_addr.
	(rs6000_init_hard_regno_mode_ok): Initialize VOIDmode to support
	prefixed addresses.


Modified:
    branches/ibm/pcrel-trunk/gcc/ChangeLog.meissner
    branches/ibm/pcrel-trunk/gcc/config/rs6000/rs6000.c



More information about the Gcc-cvs mailing list