mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update optimiser readme.
This commit is contained in:
@@ -34,7 +34,7 @@ namespace yul
|
||||
* - turn switch with single case into if
|
||||
* - replace switch with only default case with pop(expression) and body
|
||||
* - replace switch with const expr with matching case body
|
||||
* - remove for with false condition
|
||||
* - replace for with false condition by its initialization part
|
||||
*
|
||||
* Prerequisites: Disambiguator
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user