Commits

Erik Eckstein committed c1c11216bc4
fix: cond_br with identical true/false blocks and differing block arguments generate illagal llvm phi-nodes. Phi nodes may not have identical predecessors and differing values. This should fix <rdar://problem/18568272> Swift compiler fails with "PHI node has multiple entries for the same basic block with different incoming values!" Swift SVN r23580