Commits

Joe Pamer committed c5c521392e9
Don't over-eagerly specialize the return type of an enum initializer application. Doing so doesn't really improve compiler throughput, but can cause problems if the enum has overloaded initializers. (rdar://problem/19697319) Swift SVN r25147