mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
We don't ever need to destroy_addr the iteration value buffer, because either the for loop exited normally because it's nil, or it exited by 'break' and it contains a stale 'Some' value that was consumed by the loop body. Fixes <rdar://problem/16687672>. Swift SVN r16942
21 KiB
21 KiB