Merge pull request #6580 from ethereum/doNotGenerateInstructionsAsNmes

Prevent instructions to be generated as names.
This commit is contained in:
chriseth
2019-04-24 22:07:05 +02:00
committed by GitHub
6 changed files with 56 additions and 25 deletions
@@ -0,0 +1,9 @@
{
let mul_256 := 1
}
// ====
// step: varNameCleaner
// ----
// {
// let mul_1 := 1
// }