gh-109823: Adjust labels in compiler when removing an empty basic block which is a jump target (#109839)

This commit is contained in:
Irit Katriel 2023-09-25 19:25:05 +01:00 committed by GitHub
parent 88a6137cdb
commit d73c12b88c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,2 @@
Fix bug where compiler does not adjust labels when removing an empty basic
block which is a jump target.