Index: src/mips/lithium-mips.h |
diff --git a/src/mips/lithium-mips.h b/src/mips/lithium-mips.h |
index 1abea90141b67dc2ab1e22ba01832d0f1117496a..197254f703002d66de007854fa7cc3582306de2f 100644 |
--- a/src/mips/lithium-mips.h |
+++ b/src/mips/lithium-mips.h |
@@ -2034,6 +2034,7 @@ class LSmiUntag: public LTemplateInstruction<1, 1, 0> { |
LOperand* value() { return inputs_[0]; } |
bool needs_check() const { return needs_check_; } |
+ DECLARE_HYDROGEN_ACCESSOR(Change); |
DECLARE_CONCRETE_INSTRUCTION(SmiUntag, "smi-untag") |
private: |