Chromium Code Reviews| Index: src/compiler/pipeline.cc |
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
| index 9fc39d3b8e56ac239d8fe3fa0d20d0c77ac950fb..82583e914d8e6765b4bef1d7a89ec45facaaf7dd 100644 |
| --- a/src/compiler/pipeline.cc |
| +++ b/src/compiler/pipeline.cc |
| @@ -1404,7 +1404,7 @@ bool PipelineImpl::CreateGraph() { |
| RunPrintAndVerify("Loop peeled"); |
| } |
| - if (FLAG_experimental_turbo_escape) { |
| + if (FLAG_turbo_escape) { |
| Run<EscapeAnalysisPhase>(); |
| RunPrintAndVerify("Escape Analysed"); |
| } |