Commits

Chris Lattner committed dcc4c17751b
simplify code: there is no reason to build a TypeRepr for the implicit 'self' argument of methods. It is wrong in some cases, and at best it is lying about source information, since it is implicit anyway. Swift SVN r13530