| Index: src/ia32/lithium-codegen-ia32.h
|
| diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h
|
| index b38d679ff1d7c38a3d0425d280df9493558f2558..555cf8c5cdeab54480e6c1ee9fe8c356f5238dbb 100644
|
| --- a/src/ia32/lithium-codegen-ia32.h
|
| +++ b/src/ia32/lithium-codegen-ia32.h
|
| @@ -209,9 +209,10 @@ class LCodeGen: public LCodeGenBase {
|
|
|
| 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();
|
|
|