r249213 - in /trunk/gcc: ChangeLog config/rs600...
segher@gcc.gnu.org
segher@gcc.gnu.org
Thu Jun 15 06:49:00 GMT 2017
Author: segher
Date: Thu Jun 15 06:49:17 2017
New Revision: 249213
URL: https://gcc.gnu.org/viewcvs?rev=249213&root=gcc&view=rev
Log:
rs6000: Don't use REGNO in the add<mode>3 expander
The argument could be a subreg of reg instead, which means we have to
use reg_or_subregno instead of REGNO.
* config/rs6000/rs6000.md (add<mode>3): Use reg_or_subregno instead
of REGNO.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/rs6000/rs6000.md
More information about the Gcc-cvs
mailing list