Index: src/x64/lithium-x64.h |
diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h |
index 747d8e73d48c640766c4f9e6830894c62f8d94b8..9926fc38749c8edcb1385d55f14dbb1a78957387 100644 |
--- a/src/x64/lithium-x64.h |
+++ b/src/x64/lithium-x64.h |
@@ -2011,6 +2011,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: |