Commits

Doug Gregor committed 35542540438
Simplify resolveIdentTypeComponent(). NFC Sink the short-cut cases down into the helper functions (resolveTopLevelIdentTypeComponent and resolveNestedIdentTypeComponent) and deal with the already-name-bound case up front. Now resolveIdentTypeComponent() is only responsible for managing the recursion and setting state on the TypeReprs. Swift SVN r32391