Chromium Code Reviews| Index: src/compiler/pipeline.cc |
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
| index 1f2e768522c7d75a634c1e19129d3bad62b20c80..04989208974d6e6396732883f47c3dc3987fcd66 100644 |
| --- a/src/compiler/pipeline.cc |
| +++ b/src/compiler/pipeline.cc |
| @@ -542,6 +542,7 @@ struct InliningPhase { |
| AddReducer(data, &graph_reducer, &context_specialization); |
| AddReducer(data, &graph_reducer, &inlining); |
| graph_reducer.ReduceGraph(); |
| + inlining.ProcessCandidates(); |
| } |
| }; |