Yul generation of require and assert

This commit is contained in:
Mathias Baumann
2019-05-07 12:19:41 +02:00
parent 442742e497
commit 7f14352bbf
7 changed files with 152 additions and 1 deletions
@@ -89,6 +89,8 @@ public:
/// @returns a new copy of the utility function generator (but using the same function set).
YulUtilFunctions utils();
langutil::EVMVersion evmVersion() const { return m_evmVersion; };
private:
langutil::EVMVersion m_evmVersion;
OptimiserSettings m_optimiserSettings;