| Index: src/compiler/control-reducer.h
|
| diff --git a/src/compiler/control-reducer.h b/src/compiler/control-reducer.h
|
| index 06fb9e5df450625bb4b80b601e3eb889ec8750f3..0fce0fb536addc2227cdda6707d6becaf1dcb7dc 100644
|
| --- a/src/compiler/control-reducer.h
|
| +++ b/src/compiler/control-reducer.h
|
| @@ -25,9 +25,6 @@ class ControlReducer {
|
| static void ReduceGraph(Zone* zone, JSGraph* graph,
|
| int max_phis_for_select = 0);
|
|
|
| - // Trim nodes in the graph that are not reachable from end.
|
| - static void TrimGraph(Zone* zone, JSGraph* graph);
|
| -
|
| // Reduces a single merge node and attached phis.
|
| static Node* ReduceMerge(JSGraph* graph, Node* node,
|
| int max_phis_for_select = 0);
|
|
|