Commits

Mark Lacey committed 3494d6ab39a
Track call graph roots with a SmallVector rather than DenseSet. This will allow us to search in the order the roots are added which should improve stability of our output. There is also an ordinal on each node that we can use to choose order of traversing edges at a given call site. Swift SVN r21484