Commits

Roman Levenstein committed 0d650680a63
Fix a bug in the SILCloner. The protocol_lookup testcase from Interpreter test-cases exposed a bug when compiled with -O: - SILCloner was generating an open_existential_ref from an open_existential_metatype instruction during cloning even if the existential in question was not a class existential. Swift SVN r27266