mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix inlining order to correspond to source order.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user