From: Jim Wilson Date: Mon, 2 May 1994 22:22:22 +0000 (-0700) Subject: (casesi): Delete force_reg calls. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e6b538e1d5c758b5cbf22b98b2fd80e9f487d379;p=gcc.git (casesi): Delete force_reg calls. From-SVN: r7193 --- diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index dfe0dad1788..0f69934ce9e 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -5460,13 +5460,6 @@ move\\t%0,%z4\\n\\ { rtx reg = gen_reg_rtx (SImode); - /* The constraints should handle this, but they don't. */ - operands[0] = force_reg (SImode, operands[0]); - if (! arith_operand (operands[1])) - operands[1] = force_reg (SImode, operands[1]); - if (! arith_operand (operands[2])) - operands[2] = force_reg (SImode, operands[2]); - /* If the index is too large, go to the default label. */ emit_insn (gen_subsi3 (reg, operands[0], operands[1])); emit_insn (gen_cmpsi (reg, operands[2]));