| Index: src/compiler/machine-operator-reducer.h
|
| diff --git a/src/compiler/machine-operator-reducer.h b/src/compiler/machine-operator-reducer.h
|
| index 509f5db62ac4af5a8dbc10e1843cb40c477c5a0f..57fcdee8e06a19177a55fd03af6e4833959efc7b 100644
|
| --- a/src/compiler/machine-operator-reducer.h
|
| +++ b/src/compiler/machine-operator-reducer.h
|
| @@ -47,10 +47,9 @@ class MachineOperatorReducer FINAL : public Reducer {
|
| Graph* graph() const;
|
| JSGraph* jsgraph() const { return jsgraph_; }
|
| CommonOperatorBuilder* common() const;
|
| - MachineOperatorBuilder* machine() { return &machine_; }
|
| + MachineOperatorBuilder* machine() const;
|
|
|
| JSGraph* jsgraph_;
|
| - MachineOperatorBuilder machine_;
|
| };
|
|
|
| } // namespace compiler
|
|
|