predicates.md (gpc_reg_operand): Don't allow all hard registers numbered greater...
authorAlan Modra <amodra@gmail.com>
Tue, 19 May 2015 06:10:58 +0000 (15:40 +0930)
committerAlan Modra <amodra@gcc.gnu.org>
Tue, 19 May 2015 06:10:58 +0000 (15:40 +0930)
commit8a480dc3d0d950b6e0a1134897b0dffc26c393e4
treeefd8eea4948df041c1314626a9ff7ec3505f78f6
parentabf96035efcd29f72edbed125a2ac426f370a22c
predicates.md (gpc_reg_operand): Don't allow all hard registers numbered greater or equal to ARG_POINTER_REGNUM.

* config/rs6000/predicates.md (gpc_reg_operand): Don't allow all
hard registers numbered greater or equal to ARG_POINTER_REGNUM.
(reg_or_neg_short_operand, fix_trunc_dest_operand): Delete
unused predicates.
* config/rs6000/altivec.md (save_vregs_*, restore_vregs_*):
Use altivec_register_operand.  Make insn predicate TARGET_ALTIVEC.
* config/rs6000/rs6000.md (extzvdi_internal2): Use cc_reg_operand.
* config/rs6000/vsx.md (vsx_float<VSi><mode>2): Expand comment.

From-SVN: r223335
gcc/ChangeLog
gcc/config/rs6000/altivec.md
gcc/config/rs6000/predicates.md
gcc/config/rs6000/rs6000.md
gcc/config/rs6000/vsx.md