From b0565769c17e154a6c832f394bfd95332accceb0 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 10 Nov 1993 04:41:46 +0000 Subject: (adddi3): Use DImode not SImode in force_reg call. From-SVN: r6049 --- gcc/config/mips/mips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index 96192c2..c5b116a 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -337,7 +337,7 @@ " { if (GET_CODE (operands[2]) == CONST_INT && INTVAL (operands[2]) == -32768) - operands[2] = force_reg (SImode, operands[2]); + operands[2] = force_reg (DImode, operands[2]); operands[3] = gen_reg_rtx (SImode); }") -- cgit v1.1