| Index: src/compiler/ast-graph-builder.cc
|
| diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc
|
| index d33b05ac18fcd74b2ffe485b6bdc120659e18e95..3ac4b4639f4305f53e4e56748cdedf302bd02d43 100644
|
| --- a/src/compiler/ast-graph-builder.cc
|
| +++ b/src/compiler/ast-graph-builder.cc
|
| @@ -1975,7 +1975,6 @@ Node* AstGraphBuilder::BuildVariableAssignment(Variable* variable, Node* value,
|
|
|
|
|
| Node* AstGraphBuilder::BuildLoadObjectField(Node* object, int offset) {
|
| - // TODO(sigurds) Use simplified load here once it is ready.
|
| Node* field_load = NewNode(jsgraph()->machine()->Load(kMachAnyTagged), object,
|
| jsgraph()->Int32Constant(offset - kHeapObjectTag));
|
| return field_load;
|
|
|