mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Isolating libyul library API into its own namespace yul.
This commit is contained in:
@@ -43,11 +43,11 @@
|
||||
|
||||
using namespace std;
|
||||
using namespace dev;
|
||||
using namespace dev::yul;
|
||||
using namespace yul;
|
||||
|
||||
void OptimiserSuite::run(
|
||||
Block& _ast,
|
||||
solidity::assembly::AsmAnalysisInfo const& _analysisInfo,
|
||||
AsmAnalysisInfo const& _analysisInfo,
|
||||
set<YulString> const& _externallyUsedIdentifiers
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user