Fix and test yul stack optimization flag for commandline interface.

This commit is contained in:
chriseth
2019-03-14 15:34:23 +01:00
parent 6d1ed93247
commit 49d914a391
14 changed files with 296 additions and 5 deletions
+1 -1
View File
@@ -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; }