Commits

Joe Groff committed afd59130f0a
SIL: Add a FixLifetime instruction. This will be a signal to ARC optimization, RVO, and other lifetime-affecting optimizations that they should not shorten the lifetime of a value past a certain point. We need this for C pointer bridging. This adds the instruction, but does not add any knowledge of it to the ARC optimizers. Swift SVN r15601