Commits

David Farler committed 58e2b0d3213
IRGen: Use the static superclass for virtual dynamic dispatch Following the self instance pointer to its class metadata isn't sound for chained super calls since it means the same metadata is pulled, resulting infinite recursion. NFC for actual IRGen. SILGen isn't using super_method for native dispatch yet. rdar://problem/22749732