| Index: src/x64/lithium-codegen-x64.h
|
| ===================================================================
|
| --- src/x64/lithium-codegen-x64.h (revision 14601)
|
| +++ src/x64/lithium-codegen-x64.h (working copy)
|
| @@ -247,7 +247,8 @@
|
| int argc);
|
| void RegisterEnvironmentForDeoptimization(LEnvironment* environment,
|
| Safepoint::DeoptMode mode);
|
| - void DeoptimizeIf(Condition cc, LEnvironment* environment);
|
| + void DeoptimizeIf(Condition cc, LEnvironment* environment,
|
| + bool soft_deopt = false);
|
|
|
| void AddToTranslation(Translation* translation,
|
| LOperand* op,
|
|
|