OSDN Git Service

Do not FAIL in movdi
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Apr 1996 21:18:32 +0000 (21:18 +0000)
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Apr 1996 21:18:32 +0000 (21:18 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11845 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/rs6000/rs6000.md

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