diff options
author | Gav Wood <i@gavwood.com> | 2014-05-27 02:09:15 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-05-27 02:09:15 +0800 |
commit | 8a0dcc26c45c29b86fc4c9ea5195b44c8fe4b493 (patch) | |
tree | 248a1aa38d2c901349577b6b0d34ee6ec70573f7 /Assembly.h | |
parent | 51e6c251641eef12ba93b725974faa35b514d636 (diff) | |
download | dexon-solidity-8a0dcc26c45c29b86fc4c9ea5195b44c8fe4b493.tar.gz dexon-solidity-8a0dcc26c45c29b86fc4c9ea5195b44c8fe4b493.tar.zst dexon-solidity-8a0dcc26c45c29b86fc4c9ea5195b44c8fe4b493.zip |
Convenience fixups.
Diffstat (limited to 'Assembly.h')
-rw-r--r-- | Assembly.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -92,6 +92,7 @@ public: std::string out() const { std::stringstream ret; streamOut(ret); return ret.str(); } int deposit() const { return m_deposit; } bytes assemble() const; + void optimise(); std::ostream& streamOut(std::ostream& _out) const; private: |