From e19a549c7e26b1b19f0fcfe25eddc7e3b946f10b Mon Sep 17 00:00:00 2001 From: Russel Arbore <russel.jma@gmail.com> Date: Sun, 16 Feb 2025 18:23:03 -0600 Subject: [PATCH] remove comment --- hercules_opt/src/loop_bound_canon.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hercules_opt/src/loop_bound_canon.rs b/hercules_opt/src/loop_bound_canon.rs index 0dce9c28..680236f1 100644 --- a/hercules_opt/src/loop_bound_canon.rs +++ b/hercules_opt/src/loop_bound_canon.rs @@ -10,11 +10,6 @@ use hercules_ir::*; use crate::*; -/* - * TODO: Forkify currently makes a bunch of small edits - this needs to be - * changed so that every loop that gets forkified corresponds to a single edit - * + sub-edits. This would allow us to run forkify on a subset of a function. - */ pub fn loop_bound_canon_toplevel( editor: &mut FunctionEditor, fork_join_map: &HashMap<NodeID, NodeID>, -- GitLab