mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
It's dangerous to continue walking over an `unchecked_addr_cast` which casts between two different types. We can only do this if the result is known to be the end of the walk, i.e. the cast result is not used in a relevant way.