diff --git a/src/compiler/effect-control-linearizer.cc b/src/compiler/effect-control-linearizer.cc index a5dfbb6b25..ae545301d1 100644 --- a/src/compiler/effect-control-linearizer.cc +++ b/src/compiler/effect-control-linearizer.cc @@ -670,8 +670,6 @@ void EffectControlLinearizer::Run() { // The frame state at block entry is determined by the frame states leaving // all predecessors. In case there is no frame state dominating this block, // we can rely on a checkpoint being present before the next deoptimization. - // TODO(mstarzinger): Eventually we will need to go hunt for a frame state - // once deoptimizing nodes roam freely through the schedule. Node* frame_state = nullptr; if (block != schedule()->start()) { // If all the predecessors have the same effect, we can use it