Commits

Michael Gottesman committed 8281c9855b4
Create abstract SILInstruction DeallocationInst as a parent class of Dealloc{Stack,Box,Ref} so that one can check if an instruction is a deallocation instruction by calling isa<DeallocationInst>(I). Swift SVN r13516