Index: src/compiler/simplified-lowering.cc |
diff --git a/src/compiler/simplified-lowering.cc b/src/compiler/simplified-lowering.cc |
index fe0280b393c03cd6bf4d2b3c79f48eb4fdd6fcec..7a0f32493239279bb25136f23e1fbd7c76a1c4b3 100644 |
--- a/src/compiler/simplified-lowering.cc |
+++ b/src/compiler/simplified-lowering.cc |
@@ -947,7 +947,6 @@ void SimplifiedLowering::DoLoadField(Node* node) { |
node->set_op(machine()->Load(access.machine_type)); |
Node* offset = jsgraph()->Int32Constant(access.offset - access.tag()); |
node->InsertInput(zone(), 1, offset); |
- node->AppendInput(zone(), graph()->start()); |
} |