mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Constant optimiser for Yul.
This commit is contained in:
@@ -99,7 +99,7 @@ private:
|
||||
|
||||
void compileEVM(yul::AbstractAssembly& _assembly, bool _evm15, bool _optimize) const;
|
||||
|
||||
void optimize(yul::Object& _object);
|
||||
void optimize(yul::Object& _object, bool _isCreation);
|
||||
|
||||
Language m_language = Language::Assembly;
|
||||
langutil::EVMVersion m_evmVersion;
|
||||
|
||||
Reference in New Issue
Block a user