Index: src/compiler/bytecode-graph-builder.h |
diff --git a/src/compiler/bytecode-graph-builder.h b/src/compiler/bytecode-graph-builder.h |
index a16316c73ad159b8297cc4646eb2524803fe2ea3..9b5e8069ef839ddfaf0099c104873fa41c547a15 100644 |
--- a/src/compiler/bytecode-graph-builder.h |
+++ b/src/compiler/bytecode-graph-builder.h |
@@ -212,6 +212,7 @@ class BytecodeGraphBuilder { |
void BuildJumpIf(Node* condition); |
void BuildJumpIfNot(Node* condition); |
void BuildJumpIfEqual(Node* comperand); |
+ void BuildJumpIfNotEqual(Node* comperand); |
void BuildJumpIfTrue(); |
void BuildJumpIfFalse(); |
void BuildJumpIfToBooleanTrue(); |