Commits

Joe Groff committed fd1e1c55bd2
SILGen: Don't pass down stale stack values from address-only ternaries. When emitting ternaries of address-only type we were providing a result address that pointed into dead stack storage. Oops. Swift SVN r8422