Commits

Mark Lacey committed 0163c66c1ee
Make call graph edge sets be SmallPtrSets rather than SmallVectors. It makes more sense, and paves the way to more reasonable code for editing the call graph by clients. One unfortunate casualty of this is the ArrayRevView that was used by one client. Swift SVN r26072