Commits
Arnold Schwaighofer committed 6145377ec59
LoopRotate: Fix volatile method instructions and open_existential cloning Volatile method instructions are not invariant. open_existential instructions can't be cloned using the SILInstruction clone() api follow up instructions need to use the same cloner so that the opened existential archetype uid can be shared. Swift SVN r22754