mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
7deb203301
This can happen if the only exit of a loop is the throw-branch of a `try_apply` and the inlined function does not actually throw. Fixes a SIL verification failure. rdar://169569071