From f12837be269708acf02cdf1e191fd6bcc5cc26ec Mon Sep 17 00:00:00 2001 From: Justus Fasse Date: Tue, 17 Aug 2021 14:49:07 +0200 Subject: Remove done TODO comment --- scheduling/MyRTLpathScheduleraux.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scheduling/MyRTLpathScheduleraux.ml b/scheduling/MyRTLpathScheduleraux.ml index df5e476f..db47797f 100644 --- a/scheduling/MyRTLpathScheduleraux.ml +++ b/scheduling/MyRTLpathScheduleraux.ml @@ -1300,8 +1300,8 @@ let scheduler f = (* Get only those superblocks that span an inner loop *) let superblocks = - if not !Clflags.option_ftargetinnerloops (* TODO: conditional to control whether pmSSA is applied to all superblocks or just ones spanning inner loops *) - then superblocks + if not !Clflags.option_ftargetinnerloops then + superblocks else List.filter (fun sb -> (* sanity check; a superblock contains at least one instruction *) -- cgit