Index: src/ia32/lithium-codegen-ia32.h |
diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h |
index 554ee179d95e447d5ca13a096d7d4f5fec22407b..38facaa8eb42fc72d2be490961d51137fa94ce77 100644 |
--- a/src/ia32/lithium-codegen-ia32.h |
+++ b/src/ia32/lithium-codegen-ia32.h |
@@ -202,9 +202,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(); |