| Index: src/x87/lithium-codegen-x87.h
|
| diff --git a/src/x87/lithium-codegen-x87.h b/src/x87/lithium-codegen-x87.h
|
| index 13d6cda5562243042fca8cb0798988f9ad3bdb5d..4536948e0cb4c5771ea1b147cc0f0826e03ffa81 100644
|
| --- a/src/x87/lithium-codegen-x87.h
|
| +++ b/src/x87/lithium-codegen-x87.h
|
| @@ -229,9 +229,11 @@ class LCodeGen: public LCodeGenBase {
|
|
|
| void RegisterEnvironmentForDeoptimization(LEnvironment* environment,
|
| Safepoint::DeoptMode mode);
|
| - void DeoptimizeIf(Condition cc, LInstruction* instr, const char* detail,
|
| + void DeoptimizeIf(Condition cc, LInstruction* instr,
|
| + Deoptimizer::DeoptReason deopt_reason,
|
| Deoptimizer::BailoutType bailout_type);
|
| - void DeoptimizeIf(Condition cc, LInstruction* instr, const char* detail);
|
| + void DeoptimizeIf(Condition cc, LInstruction* instr,
|
| + Deoptimizer::DeoptReason deopt_reason);
|
|
|
| bool DeoptEveryNTimes() {
|
| return FLAG_deopt_every_n_times != 0 && !info()->IsStub();
|
|
|