mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Reset yul string repository.
This commit is contained in:
@@ -90,6 +90,8 @@ YulOptimizerTest::YulOptimizerTest(string const& _filename)
|
||||
|
||||
bool YulOptimizerTest::run(ostream& _stream, string const& _linePrefix, bool const _formatted)
|
||||
{
|
||||
yul::YulStringRepository::instance().reset();
|
||||
|
||||
assembly::AsmPrinter printer{m_yul};
|
||||
shared_ptr<Block> ast;
|
||||
shared_ptr<assembly::AsmAnalysisInfo> analysisInfo;
|
||||
|
||||
Reference in New Issue
Block a user