mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Dead-end blocks are blocks from which there is no path to the function exit (`return`, `throw` or unwind). These are blocks which end with an unreachable instruction and blocks from which all paths end in "unreachable" blocks.
5.1 KiB
5.1 KiB