Index: src/x87/lithium-x87.h |
diff --git a/src/x87/lithium-x87.h b/src/x87/lithium-x87.h |
index e4ef6af84c09f434bd00cea2ccd720f8b8623532..19aa420703767a0bcc65a01e6bfef32433158ee2 100644 |
--- a/src/x87/lithium-x87.h |
+++ b/src/x87/lithium-x87.h |
@@ -134,6 +134,7 @@ class LCodeGen; |
V(OsrEntry) \ |
V(Parameter) \ |
V(Power) \ |
+ V(Prologue) \ |
V(PushArgument) \ |
V(RegExpLiteral) \ |
V(Return) \ |
@@ -410,6 +411,12 @@ class LGoto final : public LTemplateInstruction<0, 0, 0> { |
}; |
+class LPrologue final : public LTemplateInstruction<0, 0, 0> { |
+ public: |
+ DECLARE_CONCRETE_INSTRUCTION(Prologue, "prologue") |
+}; |
+ |
+ |
class LLazyBailout final : public LTemplateInstruction<0, 0, 0> { |
public: |
DECLARE_CONCRETE_INSTRUCTION(LazyBailout, "lazy-bailout") |