Commits

Joe Groff committed f3b6f9cb4f4
SILGen: Don't emit super_method for non-dynamic super calls. We won't be able to easily lower super_method to a static call in IRGen when we pre-mangle symbols, so move the logic to determine whether a super call requires dynamic dispatch up to SILGen. Swift SVN r4913