diff options
Diffstat (limited to 'src/wasm.h')
-rw-r--r-- | src/wasm.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wasm.h b/src/wasm.h index fba962bdb..cc2070eb2 100644 --- a/src/wasm.h +++ b/src/wasm.h @@ -709,8 +709,9 @@ public: Index index; Expression* value; - bool isTee(); - void setTee(bool is); + bool isTee() const; + void makeTee(Type type); + void makeSet(); }; class GlobalGet : public SpecificExpression<Expression::GlobalGetId> { |