Index: src/compiler/pipeline.cc |
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
index 4f0694ce8a202922671bb6967d487b0711508bf7..127ddd4b905a7af2f332449413768a78fe193098 100644 |
--- a/src/compiler/pipeline.cc |
+++ b/src/compiler/pipeline.cc |
@@ -26,7 +26,6 @@ |
#include "src/compiler/escape-analysis-reducer.h" |
#include "src/compiler/escape-analysis.h" |
#include "src/compiler/frame-elider.h" |
-#include "src/compiler/graph-replay.h" |
#include "src/compiler/graph-trimmer.h" |
#include "src/compiler/graph-visualizer.h" |
#include "src/compiler/instruction-selector.h" |
@@ -1520,11 +1519,6 @@ bool PipelineImpl::CreateGraph() { |
Run<EarlyGraphTrimmingPhase>(); |
RunPrintAndVerify("Early trimmed", true); |
- if (FLAG_print_turbo_replay) { |
- // Print a replay of the initial graph. |
- GraphReplayPrinter::PrintReplay(data->graph()); |
- } |
- |
// Run the type-sensitive lowerings and optimizations on the graph. |
{ |
// Determine the Typer operation flags. |