Chromium Code Reviews| Index: src/compiler/pipeline.cc |
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
| index 723cb46159723d1e8b00128749404884850d2174..28ac300f6b5929cf7099486f36e098f79fb7b992 100644 |
| --- a/src/compiler/pipeline.cc |
| +++ b/src/compiler/pipeline.cc |
| @@ -1238,7 +1238,7 @@ Handle<Code> Pipeline::GenerateCode() { |
| RunPrintAndVerify("Loop peeled"); |
| } |
| - if (FLAG_turbo_escape) { |
| + if (FLAG_experimental_turbo_escape) { |
| Run<EscapeAnalysisPhase>(); |
| RunPrintAndVerify("Escape Analysed"); |
| } |