From df8a9177ceb4cde30ca333838cb0328c61ca727e Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Wed, 17 Apr 1996 21:18:32 +0000 Subject: Do not FAIL in movdi From-SVN: r11845 --- gcc/config/rs6000/rs6000.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc') diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 5aa1813..6608156 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -5487,9 +5487,6 @@ "" " { - if (! TARGET_64BIT && ! general_operand (operands[1], DImode)) - FAIL; - if (GET_CODE (operands[0]) != REG) operands[1] = force_reg (DImode, operands[1]); -- cgit v1.1