aboutsummaryrefslogtreecommitdiffstats
path: root/Assembly.h
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-05-27 02:09:15 +0800
committerGav Wood <i@gavwood.com>2014-05-27 02:09:15 +0800
commit8a0dcc26c45c29b86fc4c9ea5195b44c8fe4b493 (patch)
tree248a1aa38d2c901349577b6b0d34ee6ec70573f7 /Assembly.h
parent51e6c251641eef12ba93b725974faa35b514d636 (diff)
downloaddexon-solidity-8a0dcc26c45c29b86fc4c9ea5195b44c8fe4b493.tar.gz
dexon-solidity-8a0dcc26c45c29b86fc4c9ea5195b44c8fe4b493.tar.zst
dexon-solidity-8a0dcc26c45c29b86fc4c9ea5195b44c8fe4b493.zip
Convenience fixups.
Diffstat (limited to 'Assembly.h')
-rw-r--r--Assembly.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Assembly.h b/Assembly.h
index 86b37622..26392d14 100644
--- a/Assembly.h
+++ b/Assembly.h
@@ -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: