Commits
Joe Groff committed 008c296c6ff
IRGen: Don't emit poly args for static methods. Static methods and constructors receive class metadata from which they can derive their polymorphic parameters, so adding additional metatype arguments to the function is redundant. Swift SVN r3862