aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scheduling/MyRTLpathScheduleraux.ml4
1 files 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 *)