Commits

Andrew Trick committed 3e7cea232bc
Fix SILType::getMetatypeInstanceType by lowering the type. Fixes <rdar://problem/17579272> SILCombine assert: ty->isLegalSILType() constructing SILType with type that should have been eliminated by SIL lowering. Fix suggested by MikeG. Swift SVN r19701