* config/rs6000/predicates.md (gpc_reg_operand): Don't allow all
commitd27fe72bf6cec6dcc04b86d1527b7eb2fcbefd3d
authoramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 May 2015 06:10:58 +0000 (19 06:10 +0000)
committeramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 May 2015 06:10:58 +0000 (19 06:10 +0000)
treeefd8eea4948df041c1314626a9ff7ec3505f78f6
parent069b9d52a7755b0125f2e0dfa9d46339ff33fded
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223335 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/rs6000/altivec.md
gcc/config/rs6000/predicates.md
gcc/config/rs6000/rs6000.md
gcc/config/rs6000/vsx.md