Commits
Michael Gottesman committed 85a349554c2
RetainValue, ReleaseValue, and AutoreleaseValue are all reference count instructions. Make them subclasses of RefCountingInst. This is a useful superclass that enables one to quickly perform queries on whether or not a specific instruction is an instruction that manipulates reference counts. Swift SVN r18891