Merge pull request #10266 from ethereum/fixCalldataIndexAccess

Fix calldata index access.
This commit is contained in:
chriseth
2020-11-11 19:03:19 +01:00
committed by GitHub
2 changed files with 11 additions and 10 deletions
@@ -25,6 +25,8 @@ contract C {
return reenc ? this.f_reenc(a) : this.f(a);
}
}
// ====
// compileViaYul: also
// ----
// g(bool): false -> 23, 37, 71
// g(bool): true -> 23, 37, 71