Index: src/x64/lithium-x64.h |
diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h |
index e3db375973473a1ff3bb4b78ba8ea4c2c6c56f4f..0d983d722b825e76312d383c0d3d020b7d6b452d 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 CheckAndAddInstruction(LInstruction* instr, HInstruction* current); |
void DoBasicBlock(HBasicBlock* block, HBasicBlock* next_block); |
LInstruction* DoShift(Token::Value op, HBitwiseBinaryOperation* instr); |