Commits

Roman Levenstein committed 49331b986b1
Fix segfaults when -debug is used. When debugging a compiler, using -debug would crash the compiler on some witness_method instructions, because sometimes their conformances are empty (e.g. if the type being looked-up is an archetype or an existential). Swift SVN r27325