mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix and test yul stack optimization flag for commandline interface.
This commit is contained in:
@@ -74,7 +74,7 @@ public:
|
||||
|
||||
/// Run the assembly step (should only be called after parseAndAnalyze).
|
||||
/// @param _optimize does not run the optimizer but performs optimized code generation.
|
||||
MachineAssemblyObject assemble(Machine _machine, bool _optimize = false) const;
|
||||
MachineAssemblyObject assemble(Machine _machine, bool _optimize) const;
|
||||
|
||||
/// @returns the errors generated during parsing, analysis (and potentially assembly).
|
||||
langutil::ErrorList const& errors() const { return m_errors; }
|
||||
|
||||
Reference in New Issue
Block a user