Index: src/interpreter/interpreter.h |
diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h |
index 19f6dfddd8ea4c6001c94b5818862939ca6e78da..f45b146c56454554e4b72ca7f2a4304a07dc1c8d 100644 |
--- a/src/interpreter/interpreter.h |
+++ b/src/interpreter/interpreter.h |
@@ -79,6 +79,10 @@ class Interpreter { |
template <class Generator> |
void DoBinaryOp(InterpreterAssembler* assembler); |
+ // Generates code to perform the binary operation via |Generator|. |
+ template <class Generator> |
+ void DoBinaryOpWithFeedback(InterpreterAssembler* assembler); |
+ |
// Generates code to perform the binary operation via |Generator| using |
// an immediate value rather the accumulator as the rhs operand. |
template <class Generator> |