Commits

Joe Groff committed 0cb8adb46f9
SIL: Force all SILInstruction allocations through SILModule. Delete the non-placement operator new/delete in the SILAllocated CRTP base so that the compiler saves us from accidentally allocating and leaking SILInstructions on the main heap instead of the owning SILModule's BPA. Swift SVN r5468