Index: src/compiler/bytecode-graph-builder.cc |
diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc |
index 4e5b41f778f5fc11dd693eb6045f6862e0cfcb52..f0ec76a7b94680db72af98f2f986d08e50e1ad88 100644 |
--- a/src/compiler/bytecode-graph-builder.cc |
+++ b/src/compiler/bytecode-graph-builder.cc |
@@ -1604,9 +1604,7 @@ |
} |
void BytecodeGraphBuilder::VisitTestInstanceOf() { |
- VectorSlotPair feedback = |
- CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(1)); |
- BuildCompareOp(javascript()->InstanceOf(feedback)); |
+ BuildCompareOp(javascript()->InstanceOf()); |
} |
void BytecodeGraphBuilder::BuildCastOperator(const Operator* js_op) { |