| Index: src/x64/lithium-codegen-x64.h
|
| diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h
|
| index 31dd9c44cccc681c385858610a9efcf9bb44ebda..c2958276a6c42a2dffd6b85ef85a221dd02abdca 100644
|
| --- a/src/x64/lithium-codegen-x64.h
|
| +++ b/src/x64/lithium-codegen-x64.h
|
| @@ -246,6 +246,7 @@ class LCodeGen BASE_EMBEDDED {
|
| LEnvironment* environment,
|
| Deoptimizer::BailoutType bailout_type);
|
| void DeoptimizeIf(Condition cc, LEnvironment* environment);
|
| + void ApplyCheckIf(Condition cc, LBoundsCheck* check);
|
| void SoftDeoptimize(LEnvironment* environment);
|
| void AddToTranslation(Translation* translation,
|
| LOperand* op,
|
|
|