Skip to content
Snippets Groups Projects
Commit e19a549c authored by Russel Arbore's avatar Russel Arbore
Browse files

remove comment

parent 78e484d3
No related branches found
No related tags found
1 merge request!182loop bound canonicalization
Pipeline #201703 passed
...@@ -10,11 +10,6 @@ use hercules_ir::*; ...@@ -10,11 +10,6 @@ use hercules_ir::*;
use crate::*; 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( pub fn loop_bound_canon_toplevel(
editor: &mut FunctionEditor, editor: &mut FunctionEditor,
fork_join_map: &HashMap<NodeID, NodeID>, fork_join_map: &HashMap<NodeID, NodeID>,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment