Index: src/compiler/js-typed-lowering.h |
diff --git a/src/compiler/js-typed-lowering.h b/src/compiler/js-typed-lowering.h |
index 4a10092fa86a1ce294e4ee544c59bccf8cceeaff..2700fcf695de2e1bb273fe4381081b62311dfec3 100644 |
--- a/src/compiler/js-typed-lowering.h |
+++ b/src/compiler/js-typed-lowering.h |
@@ -51,11 +51,10 @@ class JSTypedLowering FINAL : public Reducer { |
JSOperatorBuilder* javascript() { return jsgraph_->javascript(); } |
CommonOperatorBuilder* common() { return jsgraph_->common(); } |
SimplifiedOperatorBuilder* simplified() { return &simplified_; } |
- MachineOperatorBuilder* machine() { return &machine_; } |
+ MachineOperatorBuilder* machine() { return jsgraph_->machine(); } |
JSGraph* jsgraph_; |
SimplifiedOperatorBuilder simplified_; |
- MachineOperatorBuilder machine_; |
}; |
} // namespace compiler |