Commits
Pete Cooper committed 7a2f007dee9
Peephole (condbr(xor(x, 1)), t, f) -> (cond_br(x), f, t). Includes a test case for PatternMatch behaving differently between SILValue and other matches on Apply arguments. <rdar://problem/17332412> Swift SVN r19001