diff options
author | Kewen Lin <linkw@linux.ibm.com> | 2022-05-11 01:18:30 -0500 |
---|---|---|
committer | Kewen Lin <linkw@linux.ibm.com> | 2022-05-11 02:21:37 -0500 |
commit | 55aa130ef112c6f2c8ef85c218455464c6b29d60 (patch) | |
tree | f8e849483ee1e31e046e2327f451765562164d4d /libgomp | |
parent | 9e1e962eac8d2a28fcd648a0f5c8eb0022abd8e4 (diff) | |
download | gcc-55aa130ef112c6f2c8ef85c218455464c6b29d60.zip gcc-55aa130ef112c6f2c8ef85c218455464c6b29d60.tar.gz gcc-55aa130ef112c6f2c8ef85c218455464c6b29d60.tar.bz2 |
rs6000: Fix constraint v with rs6000_constraints[RS6000_CONSTRAINT_v]
Currently we hardcode ALTIVEC_REGS for register constraint v and
RS6000_CONSTRAINT_v looks confusing, this is to fix it with
rs6000_constraints[RS6000_CONSTRAINT_v] to align with some other
existing register constraints with RS6000_CONSTRAINT_*.
gcc/ChangeLog:
* config/rs6000/constraints.md (register constraint v): Use
rs6000_constraints[RS6000_CONSTRAINT_v] instead of ALTIVEC_REGS.
Diffstat (limited to 'libgomp')
0 files changed, 0 insertions, 0 deletions