This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249213 - in /trunk/gcc: ChangeLog config/rs600...
- From: segher at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 15 Jun 2017 06:49:18 -0000
- Subject: r249213 - in /trunk/gcc: ChangeLog config/rs600...
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