From e6b538e1d5c758b5cbf22b98b2fd80e9f487d379 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Mon, 2 May 1994 15:22:22 -0700 Subject: [PATCH] (casesi): Delete force_reg calls. From-SVN: r7193 --- gcc/config/mips/mips.md | 7 ------- 1 file changed, 7 deletions(-) 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])); -- 2.30.2