Removed wrong patterns
authorceriel <none@none>
Wed, 26 Jun 1991 17:35:03 +0000 (17:35 +0000)
committerceriel <none@none>
Wed, 26 Jun 1991 17:35:03 +0000 (17:35 +0000)
mach/m68020/top/table

index 9054d15..961c4b1 100644 (file)
@@ -66,10 +66,6 @@ move.l AREG,DREG : move.l DREG,AREG  ->      move.l AREG,DREG ;
 move.w DREG,DREG2 : move.w DREG2,DREG  ->      move.w DREG,DREG2 ;
 move.l AREG,AREG                       ->      ;
 
-move.l A,B : move.l A,B                        ->      move.l A,B ;
-move.w A,B : move.w A,B                        ->      move.w A,B ;
-move.b A,B : move.b A,B                        ->      move.b A,B ;
-
 /* register subsumption */
 move.w DREG,A : ANY A,X
        {reg_subs_allowed(ANY) &&