gh-109627: duplicated smalll exit blocks need to be assigned jump target labels (#109630)

This commit is contained in:
Irit Katriel 2023-09-21 00:08:06 +01:00 committed by GitHub
parent 14cdefa667
commit 9ccf0545ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 29 additions and 6 deletions

View file

@ -0,0 +1,2 @@
Fix bug where the compiler does not assign a new jump target label to a
duplicated small exit block.