remove duplicated line
bug noticed by Lauro llvm-svn: 32761
This commit is contained in:
		
							parent
							
								
									d0ced3f1e8
								
							
						
					
					
						commit
						865b979833
					
				| 
						 | 
				
			
			@ -344,7 +344,6 @@ def : Pat<(extloadi1 IntRegs:$addr), (LDRB IntRegs:$addr)>;
 | 
			
		|||
 | 
			
		||||
// zextload bool -> zextload byte
 | 
			
		||||
def : Pat<(i32 (zextloadi1 IntRegs:$addr)), (LDRB IntRegs:$addr)>;
 | 
			
		||||
def : Pat<(i32 (zextloadi1 IntRegs:$addr)), (LDRB IntRegs:$addr)>;
 | 
			
		||||
 | 
			
		||||
// truncstore bool -> truncstore byte.
 | 
			
		||||
def : Pat<(truncstorei1 IntRegs:$src, IntRegs:$addr),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue