Commits

Joe Groff committed 6133119f8d0
Add a Builtin.typeof function. This performs the operation 'x.metatype' performs now. SILGen lowers it using the same logic as for MetatypeExpr--emit a static metatype for value types, or look up a dynamic metatype for class, archetype, and existential types. Swift SVN r5007