Commits

Doug Gregor committed 258d7fc952e
When solving a constraint system, first try to determine type bindings for any type variable that we can solve definitively, and bind those concrete types directly. Reduces the number of constraint systems visited in type-checking swift.swift by 8.9% and improves performance of the debug build by ~12%. Swift SVN r3107