Index: src/compiler/bytecode-graph-builder.h |
diff --git a/src/compiler/bytecode-graph-builder.h b/src/compiler/bytecode-graph-builder.h |
index 66cd96e0fb32b731bb97b3a7d84d900458a1e8bc..4d7aa451d17c23f6430d628e7a4222f6d63dc121 100644 |
--- a/src/compiler/bytecode-graph-builder.h |
+++ b/src/compiler/bytecode-graph-builder.h |
@@ -124,6 +124,7 @@ class BytecodeGraphBuilder { |
void BuildCall(TailCallMode tail_call_mode); |
void BuildThrow(); |
void BuildBinaryOp(const Operator* op); |
+ void BuildBinaryOpWithImmediate(const Operator* op); |
void BuildCompareOp(const Operator* op); |
void BuildDelete(LanguageMode language_mode); |
void BuildCastOperator(const Operator* op); |