| Index: src/compiler/simplified-lowering.cc
|
| diff --git a/src/compiler/simplified-lowering.cc b/src/compiler/simplified-lowering.cc
|
| index f388fb37decdcb212abed33595275fad618f1266..f6127850def749d7df432f871508851c8bc63213 100644
|
| --- a/src/compiler/simplified-lowering.cc
|
| +++ b/src/compiler/simplified-lowering.cc
|
| @@ -841,6 +841,7 @@ 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());
|
| }
|
|
|
|
|
|
|