Index: src/compiler/machine-operator-reducer.cc |
diff --git a/src/compiler/machine-operator-reducer.cc b/src/compiler/machine-operator-reducer.cc |
index a873fa2beeec9a0ba1068610c0fe2df8bbbcfa0e..936deca8b636deb3e1121cfb9cb360c6a23fc842 100644 |
--- a/src/compiler/machine-operator-reducer.cc |
+++ b/src/compiler/machine-operator-reducer.cc |
@@ -477,6 +477,11 @@ CommonOperatorBuilder* MachineOperatorReducer::common() const { |
} |
+MachineOperatorBuilder* MachineOperatorReducer::machine() const { |
+ return jsgraph()->machine(); |
+} |
+ |
+ |
Graph* MachineOperatorReducer::graph() const { return jsgraph()->graph(); } |
} // namespace compiler |