Commits

Roman Levenstein committed 5bcd4319b87
[sil-devirtualizer] Do not try to devirtualize calls where a class instance is of an unbound generic type. Devirtualizer should not even try to devirt calls where a class instance is of an unbound generic type, because there is no support for it yet. This fixes rdar://19912272 Swift SVN r25491