Commits

Joe Groff committed 704d0caf686
SILGen: Kludge type variable GenericMemberRefExprs According to John, the AST representation of type variable values, which currently appear as GenericMemberRefExprs on the generic metatype, might be wrong. For now, I'll handle these by emitting metatype instructions on the type variable type, which should work because the method already has a local type variable representing the same variable. Swift SVN r3497