Update optimiser readme.

This commit is contained in:
chriseth
2019-03-12 22:02:09 +01:00
parent cfefa2c1d1
commit 62d8080a19
3 changed files with 516 additions and 62 deletions
+1 -1
View File
@@ -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
*