| Index: src/ia32/lithium-ia32.h
|
| diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h
|
| index 6712e760e5ee27bb8d1abbfdf658d116de359d90..58bb4811bbb57c0a1fe879cd73b2f4fff472be25 100644
|
| --- a/src/ia32/lithium-ia32.h
|
| +++ b/src/ia32/lithium-ia32.h
|
| @@ -2182,7 +2182,6 @@ 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_; }
|
|
|
|
|