Do not FAIL in movdi
authorMichael Meissner <meissner@gcc.gnu.org>
Wed, 17 Apr 1996 21:18:32 +0000 (21:18 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Wed, 17 Apr 1996 21:18:32 +0000 (21:18 +0000)
From-SVN: r11845

gcc/config/rs6000/rs6000.md

index 5aa18139142c76688ee3b96dc539146c55344b51..6608156d77eb02eef61aa7c9595221827610bf37 100644 (file)
   ""
   "
 {
-  if (! TARGET_64BIT && ! general_operand (operands[1], DImode))
-    FAIL;
-
   if (GET_CODE (operands[0]) != REG)
     operands[1] = force_reg (DImode, operands[1]);