Index: src/ppc/lithium-ppc.h |
diff --git a/src/ppc/lithium-ppc.h b/src/ppc/lithium-ppc.h |
index a34e19cd66248364abc731d3a0cefd184edc010e..0bc99ceaae182d35fc1642ae55a27f95d4ed0a84 100644 |
--- a/src/ppc/lithium-ppc.h |
+++ b/src/ppc/lithium-ppc.h |
@@ -131,6 +131,7 @@ class LCodeGen; |
V(OsrEntry) \ |
V(Parameter) \ |
V(Power) \ |
+ V(Prologue) \ |
V(PushArgument) \ |
V(RegExpLiteral) \ |
V(Return) \ |
@@ -384,6 +385,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: |
LLazyBailout() : gap_instructions_size_(0) {} |