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