Skip to content

Commit

Permalink
missed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
acl-cqc committed May 10, 2024
1 parent fbc6f75 commit 6e4a3fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hugr/src/algorithm/merge_bbs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ mod test {
let tst = bb3.add_dataflow_op(tst_op, [q, u])?;
let pred = lifted_unary_unit_sum(&mut bb3);
let bb3 = bb3.finish_with_outputs(pred, tst.outputs())?;
println!("ALAN bb1 {bb1:?} bb2 {bb2:?} bb3 {bb3:?}");
// Now add control-flow edges between basic blocks
h.branch(&bb1, 0, &bb2)?;
h.branch(&bb2, 0, &bb3)?;
Expand Down

0 comments on commit 6e4a3fe

Please sign in to comment.