mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Refactor Optimiser Steps Interface.
This commit is contained in:
@@ -23,7 +23,7 @@ using namespace std;
|
||||
using namespace dev;
|
||||
using namespace yul;
|
||||
|
||||
void SSAReverser::run(Block& _block)
|
||||
void SSAReverser::run(OptimiserStepContext&, Block& _block)
|
||||
{
|
||||
AssignmentCounter assignmentCounter;
|
||||
assignmentCounter(_block);
|
||||
|
||||
Reference in New Issue
Block a user