Index: src/x64/lithium-codegen-x64.h |
diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h |
index e1876b8c662229f57ec2fa308cfdaa765a06c040..bf10e34bb83693e1177500b47253e8b1738e408c 100644 |
--- a/src/x64/lithium-codegen-x64.h |
+++ b/src/x64/lithium-codegen-x64.h |
@@ -206,9 +206,10 @@ class LCodeGen: public LCodeGenBase { |
int argc); |
void RegisterEnvironmentForDeoptimization(LEnvironment* environment, |
Safepoint::DeoptMode mode); |
- void DeoptimizeIf(Condition cc, LInstruction* instr, |
+ void DeoptimizeIf(Condition cc, LInstruction* instr, const char* reason, |
Deoptimizer::BailoutType bailout_type); |
- void DeoptimizeIf(Condition cc, LInstruction* instr); |
+ void DeoptimizeIf(Condition cc, LInstruction* instr, |
+ const char* reason = NULL); |
bool DeoptEveryNTimes() { |
return FLAG_deopt_every_n_times != 0 && !info()->IsStub(); |