| Index: src/arm64/lithium-arm64.h
|
| diff --git a/src/arm64/lithium-arm64.h b/src/arm64/lithium-arm64.h
|
| index 7bd2c5ad62df5d01ae65bc375f7f30d4da3ebd8e..bca5e54c1e574eca246050ea8467341b64ce5127 100644
|
| --- a/src/arm64/lithium-arm64.h
|
| +++ b/src/arm64/lithium-arm64.h
|
| @@ -3137,6 +3137,7 @@ class LChunkBuilder V8_FINAL : public LChunkBuilderBase {
|
| LInstruction* AssignEnvironment(LInstruction* instr);
|
|
|
| void VisitInstruction(HInstruction* current);
|
| + void AddInstruction(LInstruction* instr, HInstruction* current);
|
| void DoBasicBlock(HBasicBlock* block);
|
|
|
| int JSShiftAmountFromHConstant(HValue* constant) {
|
|
|