Commits

Joe Groff committed 0034475514b
IRGen: Map SIL metatypes back to ObjC classes. For ObjC class method calls, map a metatype value back to an objc Class before emitting the ObjC call. This is dumb because we already map the original Class to a Swift metatype when we map the metatype instruction, but it gets ObjC class method calls working. Now that SIL keeps use chains, we could be easily smarter about this. Swift SVN r4558