mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			441 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			441 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|     let a := mload(0)
 | |
|     let b := mload(1)
 | |
|     if mload(2) {
 | |
|         a := mload(b)
 | |
|         b := mload(a)
 | |
|         a := mload(b)
 | |
|         b := mload(a)
 | |
|     }
 | |
|     mstore(a, b)
 | |
| }
 | |
| // ----
 | |
| // step: ssaAndBack
 | |
| //
 | |
| // {
 | |
| //     let a := mload(0)
 | |
| //     let b := mload(1)
 | |
| //     if mload(2)
 | |
| //     {
 | |
| //         let a_3 := mload(b)
 | |
| //         let b_4 := mload(a_3)
 | |
| //         a := mload(b_4)
 | |
| //         b := mload(a)
 | |
| //     }
 | |
| //     mstore(a, b)
 | |
| // }
 |