Commits

Doug Gregor committed 38cad0c2846
Lower metatype and class_metatype to IR based on the requested representation. Make IRGen just a little bit dumber: rather than inferring whether we need the Swift or Objective-C metatype based on the uses of that metatype, produce the metadata in the representation requested by the 'metatype' or 'class_metatype' instruction. SILGen will eventually need to get smarter about asking for the representation it wants. Swift SVN r14117