Commits

Doug Gregor committed a2b2b9f5666
Rework the inner constraint-solving loop to eliminate excess stack traffic. Previously, when we wanted to revisit the current constraint system immediately, we would push it onto the stack then 'continue'. That was silly; just loop while there are solution steps to consider. Swift SVN r3146