mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-03 22:49:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			340 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			340 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
- // MIR for `literals` before InstSimplify-after-simplifycfg
 | 
						|
+ // MIR for `literals` after InstSimplify-after-simplifycfg
 | 
						|
  
 | 
						|
  fn literals() -> [u8; 5] {
 | 
						|
      let mut _0: [u8; 5];
 | 
						|
  
 | 
						|
      bb0: {
 | 
						|
-         _0 = [const 0_u8, const 0_u8, const 0_u8, const 0_u8, const 0_u8];
 | 
						|
+         _0 = [const 0_u8; 5];
 | 
						|
          return;
 | 
						|
      }
 | 
						|
  }
 | 
						|
  
 |