Commits

Roman Levenstein committed ef7f16ccbfe
Fix a bug related to the opened archetypes tracking If a SILBuilder creates a new instruction based on an old instruction and a new instruction is supposed to use some opened archetypes, one needs to set a proper opened archetypes context in the builder based on the opened archetypes used by the old instruction. This fixes rdar://28024272