Removing scope rules for pre block in 'For Loops'

This commit is contained in:
fnatic
2019-04-17 05:58:40 +05:30
parent 94053c9a52
commit 5b6ed7a97c
24 changed files with 60 additions and 111 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ namespace yul
* - replace switch with const expr with matching case body
* - replace for with false condition by its initialization part
*
* Prerequisites: Disambiguator
* Prerequisite: Disambiguator, ForLoopInitRewriter.
*
* Important: Can only be used on EVM code.
*/