Index: src/lithium-codegen.h |
diff --git a/src/lithium-codegen.h b/src/lithium-codegen.h |
index 17bf78cac0cd3cc662cad53ed642670f4f88c27d..80afbaf2359d633e57d8ff518d77a71589e47e7f 100644 |
--- a/src/lithium-codegen.h |
+++ b/src/lithium-codegen.h |
@@ -36,6 +36,8 @@ class LCodeGenBase BASE_EMBEDDED { |
void FPRINTF_CHECKING Comment(const char* format, ...); |
void DeoptComment(const Deoptimizer::DeoptInfo& deopt_info); |
+ static Deoptimizer::DeoptInfo MakeDeoptInfo( |
+ LInstruction* instr, Deoptimizer::DeoptReason deopt_reason); |
bool GenerateBody(); |
virtual void GenerateBodyInstructionPre(LInstruction* instr) {} |