Commits

Erik Eckstein committed 72311910326
Make the order of block predecessors deterministic. LoopRoatate (and maybe other optimization) depend on the predecessor order. Now it looks like we don't have any other non-determinisms in the compiler. Compiling PerfTests_* produces exactly the same code on multiple compilations. rdar://problem/20992687 Swift SVN r28706