Index: src/compiler/pipeline.cc |
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
index 9cf9e30b0bb7a3eb23f08e5e8bd6651af26d08c7..5c4d607e09c18a81631c0c6519a49f58148e574c 100644 |
--- a/src/compiler/pipeline.cc |
+++ b/src/compiler/pipeline.cc |
@@ -836,6 +836,7 @@ struct EffectControlLinearizationPhase { |
Schedule* schedule = Scheduler::ComputeSchedule(temp_zone, data->graph(), |
Scheduler::kNoFlags); |
if (FLAG_turbo_verify) ScheduleVerifier::Run(schedule); |
+ TraceSchedule(data->info(), schedule); |
// Post-pass for wiring the control/effects |
// - connect allocating representation changes into the control&effect |