Chromium Code Reviews| Index: src/compiler/pipeline.cc |
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
| index 32319491fa02e6c878812f070903686d8b1b3a7b..22c90e2a03a06445644afd62dc46ff9f5ccffc67 100644 |
| --- a/src/compiler/pipeline.cc |
| +++ b/src/compiler/pipeline.cc |
| @@ -554,7 +554,6 @@ struct InliningPhase { |
| AddReducer(data, &graph_reducer, &context_specialization); |
| AddReducer(data, &graph_reducer, &inlining); |
| graph_reducer.ReduceGraph(); |
| - inlining.ProcessCandidates(); |
| } |
| }; |