Commits

Andrew Trick committed cb868cdb3bd
Use SmallSetVector instead of SmallPtrSet in ReleaseTracker. It provides an API for iterating over the sets, so should provide a stable order. In at least one place, a client was using this order to insert instructions. Swift SVN r28861