pa.c (emit_move_sequence): Use cint_ok_for_move instead of checking each condition...
authorJeff Law <law@gcc.gnu.org>
Wed, 14 Jul 1993 16:28:04 +0000 (10:28 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 14 Jul 1993 16:28:04 +0000 (10:28 -0600)
* pa.c (emit_move_sequence): Use cint_ok_for_move instead of
checking each condition ourselves.

From-SVN: r4918

gcc/config/pa/pa.c

index f0da17ef9b851fcd09588b7571e40a4331968993..564b96c76454b6e3fe2c930e8c78ed99602938ca 100644 (file)
@@ -864,9 +864,7 @@ emit_move_sequence (operands, mode, scratch_reg)
          return 1;
        }
       else if (GET_CODE (operand1) != CONST_INT
-              || (! INT_14_BITS (operand1)
-                  && ! ((INTVAL (operand1) & 0x7ff) == 0)
-                  && ! zdepi_cint_p (INTVAL (operand1))))
+              || ! cint_ok_for_move (INTVAL (operand1)))
        {
          rtx temp = reload_in_progress ? operand0 : gen_reg_rtx (mode);
          emit_insn (gen_rtx (SET, VOIDmode, temp,