Index: src/x64/lithium-x64.h |
diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h |
index e3db375973473a1ff3bb4b78ba8ea4c2c6c56f4f..fe7046f1e73a420802c27ea9d8e0c1bf01dd2f20 100644 |
--- a/src/x64/lithium-x64.h |
+++ b/src/x64/lithium-x64.h |
@@ -2806,6 +2806,7 @@ class LChunkBuilder V8_FINAL : public LChunkBuilderBase { |
CanDeoptimize can_deoptimize = CANNOT_DEOPTIMIZE_EAGERLY); |
void VisitInstruction(HInstruction* current); |
+ void AddInstruction(LInstruction* instr, HInstruction* current); |
void DoBasicBlock(HBasicBlock* block, HBasicBlock* next_block); |
LInstruction* DoShift(Token::Value op, HBitwiseBinaryOperation* instr); |