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