| Index: src/lithium-codegen.h
|
| diff --git a/src/lithium-codegen.h b/src/lithium-codegen.h
|
| index 1eb963e6faa405e12b25b3d6546ccbc46e3cee5c..d57e614d1ec9efdbaeda72b96b5e92b7137b4e08 100644
|
| --- a/src/lithium-codegen.h
|
| +++ b/src/lithium-codegen.h
|
| @@ -33,6 +33,7 @@ class LCodeGenBase BASE_EMBEDDED {
|
| HGraph* graph() const;
|
|
|
| void FPRINTF_CHECKING Comment(const char* format, ...);
|
| + void DeoptComment(const char* mnemonic, const char* reason);
|
|
|
| bool GenerateBody();
|
| virtual void GenerateBodyInstructionPre(LInstruction* instr) {}
|
|
|