Removed wrong patterns
This commit is contained in:
		
							parent
							
								
									8afda7422e
								
							
						
					
					
						commit
						e036de0d90
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		|  | @ -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) && | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue