swift
05a63c70
- SIL: change way how a SILInstruction is marked as deleted
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 years ago
SIL: change way how a SILInstruction is marked as deleted Instead of setting the parent pointer to null, set the `lastInitializedBitfieldID` to -1. This allows to keep the parent block information, even when an instruction is removed from it's list.
References
#62480 - SIL: simplify deleting instructions while iterating over instructions.
Author
eeckstein
Committer
eeckstein
Parents
d8c2e8ae
Loading