Index: src/x87/lithium-x87.h |
diff --git a/src/x87/lithium-x87.h b/src/x87/lithium-x87.h |
index b2c3f65a6d66da8e15edb344cf09a305c7d4713b..79c6c74ecc7dc0528a2a3309fb9f3819411af818 100644 |
--- a/src/x87/lithium-x87.h |
+++ b/src/x87/lithium-x87.h |
@@ -432,6 +432,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) |
}; |