Index: src/compiler/simplified-operator-reducer.cc |
diff --git a/src/compiler/simplified-operator-reducer.cc b/src/compiler/simplified-operator-reducer.cc |
index 4dde2482b239ac3bc27626d04ad2872add193c66..f6181ea988ffca2e432ce7afd0847578ace1e8e2 100644 |
--- a/src/compiler/simplified-operator-reducer.cc |
+++ b/src/compiler/simplified-operator-reducer.cc |
@@ -137,6 +137,11 @@ Factory* SimplifiedOperatorReducer::factory() const { |
return jsgraph()->isolate()->factory(); |
} |
+ |
+MachineOperatorBuilder* SimplifiedOperatorReducer::machine() const { |
+ return jsgraph()->machine(); |
+} |
+ |
} // namespace compiler |
} // namespace internal |
} // namespace v8 |