mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #5891 from ethereum/const-opt-assembly
Take only Assembly instance as an input to ConstantOptimiser
This commit is contained in:
@@ -115,8 +115,7 @@ void FuzzerUtil::testConstantOptimizer(string const& _input, bool _quiet)
|
||||
isCreation,
|
||||
runs,
|
||||
EVMVersion{},
|
||||
tmp,
|
||||
const_cast<AssemblyItems &>(tmp.items())
|
||||
tmp
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user