Commits
Joe Groff committed bf474ac5c33
IRGen: transform doesn't always natively form a canonical type. In particular transforming a function type 'A -> B' always appears to parenthesize the input, '(A) -> B'. Relax this assumption because it sporadically crashes the compiler; unfortunately I can't nail down a predictable test case. Swift SVN r12394