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

cleanup

parent e8ee780c
No related branches found
No related tags found
1 merge request!204loop bound canon lte
Pipeline #201931 passed
This commit is part of merge request !204. Comments created here will be created in the context of that merge request.
......@@ -73,8 +73,6 @@ pub fn canonicalize_single_loop_bounds(
.into_iter()
.partition(|f| loop_bound_iv_phis.contains(&f.phi()));
println!("{:?}", loop_bound_ivs);
// Assume there is only one loop bound iv.
if loop_bound_ivs.len() != 1 {
......@@ -248,9 +246,6 @@ pub fn canonicalize_single_loop_bounds(
} else {
None
};
println!("condition node: {:?}", condition_node);
let users = editor.get_users(condition_node).collect_vec();
println!("{:?}", users);
let mut condition_node = condition_node;
......
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