From 0aefc57b5d775faaf12c8e2599f7dc661c6fdd27 Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Wed, 4 Aug 1999 19:13:09 +0000 Subject: [PATCH] * pa.md (movqi, movhi patterns): Do not expose FP regs to regclass. From-SVN: r28501 --- gcc/ChangeLog | 4 ++++ gcc/config/pa/pa.md | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fbe70a38603..6fd7b2e8d49 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Wed Aug 4 13:12:17 1999 Jeffrey A Law (law@cygnus.com) + + * pa.md (movqi, movhi patterns): Do not expose FP regs to regclass. + Wed Aug 4 11:53:55 1999 Tom Tromey * configure: Rebuilt. diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index c78692d7dc9..2ab9cd721c2 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -1783,8 +1783,8 @@ }") (define_insn "" - [(set (match_operand:HI 0 "reg_or_nonsymb_mem_operand" "=r,r,r,r,r,Q,*q,!f") - (match_operand:HI 1 "move_operand" "r,J,N,K,RQ,rM,rM,!fM"))] + [(set (match_operand:HI 0 "reg_or_nonsymb_mem_operand" "=r,r,r,r,r,Q,*q,!*f") + (match_operand:HI 1 "move_operand" "r,J,N,K,RQ,rM,rM,!*fM"))] "register_operand (operands[0], HImode) || reg_or_0_operand (operands[1], HImode)" "@ @@ -1945,8 +1945,8 @@ }") (define_insn "" - [(set (match_operand:QI 0 "reg_or_nonsymb_mem_operand" "=r,r,r,r,r,Q,*q,!f") - (match_operand:QI 1 "move_operand" "r,J,N,K,RQ,rM,rM,!fM"))] + [(set (match_operand:QI 0 "reg_or_nonsymb_mem_operand" "=r,r,r,r,r,Q,*q,!*f") + (match_operand:QI 1 "move_operand" "r,J,N,K,RQ,rM,rM,!*fM"))] "register_operand (operands[0], QImode) || reg_or_0_operand (operands[1], QImode)" "@ -- 2.30.2