[yul] Functions: Remove dependency on AST ID.

This commit is contained in:
Alexander Arlt
2021-06-23 16:15:25 +02:00
committed by chriseth
parent e4cf371358
commit 8accf420ea
6 changed files with 64 additions and 24 deletions
@@ -32,6 +32,6 @@ contract C {
// compileViaYul: also
// ----
// f() -> 42, 23, 34, 42, 42
// gas irOptimized: 111210
// gas irOptimized: 111180
// gas legacy: 112021
// gas legacyOptimized: 110548