Index: src/arm/lithium-codegen-arm.h |
diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h |
index e0f5009a6225f81f2e2838ca5601490be975a74d..7062f46746200fc59a1724fe7bb209bbe31b0c27 100644 |
--- a/src/arm/lithium-codegen-arm.h |
+++ b/src/arm/lithium-codegen-arm.h |
@@ -193,6 +193,7 @@ class LCodeGen: public LCodeGenBase { |
// Code generation passes. Returns true if code generation should |
// continue. |
+ void GenerateBodyInstructionPre(LInstruction* instr) V8_OVERRIDE; |
bool GeneratePrologue(); |
bool GenerateDeferredCode(); |
bool GenerateDeoptJumpTable(); |