Commits

Doug Gregor committed 80d0e03f619
Don't path-compress the fixed type for a type variable binding. We still perform path compression for the representative of a type variable, but the fixed type of a type variable is no longer compressed: it either doesn't exist or is stored in the representative. This preserves the equivalence-class structure of type variables even after they've been bound to fixed types. Swift SVN r10921