From: David S. Miller Date: Sun, 23 Aug 1998 23:03:03 +0000 (-0700) Subject: Fix thinko in previous commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9d09e0d11cf62688db3b34d6303b30d6f54aebd1;p=gcc.git Fix thinko in previous commit. From-SVN: r21920 --- diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md index 839903557d9..558d15a17d0 100644 --- a/gcc/config/sparc/sparc.md +++ b/gcc/config/sparc/sparc.md @@ -2039,8 +2039,8 @@ ;; We always work with constants here. (define_insn "*movhi_lo_sum" [(set (match_operand:HI 0 "register_operand" "=r") - (ior:HI (match_operand:HI 1 "register_operand" "r") - (match_operand:HI 2 "immediate_operand" "in")))] + (ior:HI (match_operand:HI 1 "arith_operand" "%r") + (match_operand:HI 2 "arith_operand" "I")))] "" "or\\t%1, %2, %0" [(set_attr "type" "ialu") @@ -3033,8 +3033,8 @@ ;; We have available v9 double floats but not 64-bit ;; integer registers. (define_insn "*movdf_insn_v9only" - [(set (match_operand:DF 0 "general_operand" "=e,e,m,r,U,T,r,o") - (match_operand:DF 1 "input_operand" "e,m,e,r,T,U,o,r"))] + [(set (match_operand:DF 0 "general_operand" "=e,e,m,U,T,r,r,o") + (match_operand:DF 1 "input_operand" "e,m,e,T,U,r,o,r"))] "TARGET_FPU && TARGET_V9 && ! TARGET_ARCH64