| Index: src/mips/lithium-mips.h
|
| diff --git a/src/mips/lithium-mips.h b/src/mips/lithium-mips.h
|
| index e7e57e6b9fe6da0ca362c8436ca54f14bdd5432a..228ba57befeec6ef43e02d0083debcc1d26c10fa 100644
|
| --- a/src/mips/lithium-mips.h
|
| +++ b/src/mips/lithium-mips.h
|
| @@ -2069,7 +2069,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:
|
|
|