mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Just don't store the begin instruction.
This led to problem if the "begin" was not actually an instruction but a block argument.
Using the first instruction of that block is not correct in case the range ends immediately at the first instruction, e.g.
```
bb0(%0 : @owned $C):
destroy_value %0
```
6.6 KiB
6.6 KiB