Index: src/compiler/bytecode-graph-builder.cc |
diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc |
index 3158e8bfdc25c1e53ab0f7b1e56a33f0acd06531..5ba18ffc979e2a91ba25af2186e18d3762ba711f 100644 |
--- a/src/compiler/bytecode-graph-builder.cc |
+++ b/src/compiler/bytecode-graph-builder.cc |
@@ -368,13 +368,13 @@ void BytecodeGraphBuilder::VisitTestGreaterThan( |
} |
-void BytecodeGraphBuilder::VisitTestLessThanEqual( |
+void BytecodeGraphBuilder::VisitTestLessThanOrEqual( |
const interpreter::BytecodeArrayIterator& iterator) { |
UNIMPLEMENTED(); |
} |
-void BytecodeGraphBuilder::VisitTestGreaterThanEqual( |
+void BytecodeGraphBuilder::VisitTestGreaterThanOrEqual( |
const interpreter::BytecodeArrayIterator& iterator) { |
UNIMPLEMENTED(); |
} |