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