Fix inlining order to correspond to source order.

This commit is contained in:
chriseth
2020-08-26 10:20:18 +02:00
parent 29b6c17246
commit e72afcba47
5 changed files with 59 additions and 71 deletions
@@ -17,9 +17,9 @@ contract C {
// optimize-yul: true
// ----
// creation:
// codeDepositCost: 603000
// executionCost: 638
// totalCost: 603638
// codeDepositCost: 616600
// executionCost: 651
// totalCost: 617251
// external:
// a(): 1029
// b(uint256): 2084