Skip to content

Commit

Permalink
remove comments and print
Browse files Browse the repository at this point in the history
Co-authored-by: Douglas Wilson <141026920+doug-q@users.noreply.github.com>
  • Loading branch information
ss2165 and doug-q authored Dec 11, 2024
1 parent 7bcb9eb commit 2d6ac0c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions hugr-llvm/src/emit/ops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,6 @@ fn emit_tail_loop<'c, H: HugrView>(
context: &mut EmitFuncContext<'c, '_, H>,
args: EmitOpArgs<'c, '_, TailLoop, H>,
) -> Result<()> {
// TODO: Switch on the tag in loop_body to see where to go next
// TODO: Handle "other" args
let node = args.node();

// Make a block to jump to when we `Break`
Expand Down
1 change: 0 additions & 1 deletion hugr-llvm/src/emit/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,6 @@ mod test_fns {
#[rstest]
fn tail_loop(mut llvm_ctx: TestContext, #[with(3, 7)] terminal_loop: Hugr) {
llvm_ctx.add_extensions(add_int_extensions);
println!("{}", terminal_loop.mermaid_string());

check_emission!(terminal_loop, llvm_ctx);
}
Expand Down

0 comments on commit 2d6ac0c

Please sign in to comment.