Index: src/compiler/pipeline.cc |
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
index 35fd482ecea83193114c71bf5ce78b945f57d690..4d6aacd78a882eb888ae68409e06f485c818e0ba 100644 |
--- a/src/compiler/pipeline.cc |
+++ b/src/compiler/pipeline.cc |
@@ -1165,9 +1165,6 @@ Handle<Code> Pipeline::GenerateCode() { |
} |
if (FLAG_turbo_escape) { |
- // TODO(sigurds): EscapeAnalysis needs a trimmed graph at the moment, |
- // because it does a forwards traversal of the effect edges. |
- Run<EarlyGraphTrimmingPhase>(); |
Run<EscapeAnalysisPhase>(); |
RunPrintAndVerify("Escape Analysed"); |
} |