| Index: src/arm/lithium-arm.h
|
| diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h
|
| index 0d01bfd5b108128ef7797a7f47c23067d9f12cc4..91da26e254bbe7f2956f59b611f880e119e60a80 100644
|
| --- a/src/arm/lithium-arm.h
|
| +++ b/src/arm/lithium-arm.h
|
| @@ -2122,7 +2122,6 @@ 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:
|
|
|