Commits

Doug Gregor committed 30f6faca7ba
When looking for a fixed type bound to a given type variable, tell recursive calls (in parent constraint systems) that they don't need to get the representative of the type variable again, since we already have it. Good for a 25% speedup in debug builds. Swift SVN r3111