Skip to content

Commit

Permalink
Merge pull request #130 from esc/misc/remove_print_leftover_from_debu…
Browse files Browse the repository at this point in the history
…gging

remove print left over from debugging
  • Loading branch information
esc authored Jun 3, 2024
2 parents 7dc58d1 + bbfbc1d commit 39a57d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion numba_rvsdg/core/transformations.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@ def extract_region(
def restructure_branch(parent_region: RegionBlock) -> None:
assert parent_region.subregion is not None
scfg: SCFG = parent_region.subregion
print("restructure_branch", scfg.graph)
doms = _doms(scfg)
postdoms = _post_doms(scfg)
postimmdoms = _imm_doms(postdoms)
Expand Down

0 comments on commit 39a57d6

Please sign in to comment.