Commits
John McCall committed a43be126f3e
Don't bother checking for incompatible overrides in IR-gen. Eventually, SILGen will need to do something like this, and it should go in the sil_vtable, and we should base the IR vtable on that information. For now, emitting multiple entries with the same pointer in each is just bogus. Swift SVN r15533