| Index: src/ia32/lithium-ia32.h
|
| diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h
|
| index 5a612b75175d81830c695423864baaaf39232f99..e7b0d5b429390f0e613d9b7b679b122e5e1ead2d 100644
|
| --- a/src/ia32/lithium-ia32.h
|
| +++ b/src/ia32/lithium-ia32.h
|
| @@ -415,6 +415,7 @@ class LDummyUse V8_FINAL : public LTemplateInstruction<1, 1, 0> {
|
|
|
| class LDeoptimize V8_FINAL : public LTemplateInstruction<0, 0, 0> {
|
| public:
|
| + virtual bool IsControl() const V8_OVERRIDE { return true; }
|
| DECLARE_CONCRETE_INSTRUCTION(Deoptimize, "deoptimize")
|
| DECLARE_HYDROGEN_ACCESSOR(Deoptimize)
|
| };
|
|
|