swift
05a63c70 - SIL: change way how a SILInstruction is marked as deleted

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.
Author
Committer
Parents
Loading