Commits

Michael Gottesman committed 1d03ec34217
[sil-combine] Set the insertion point of the builder after we have run the instruction through simplifyInstruction. simplifyInstruction does not use the builder implying that if we successfully simplify the instruction and continue, we will have initialized the builder for nothing. Swift SVN r10759