Commits

Michael Gottesman committed 487db561cad
[sil_combine] Change payloaded enum promotion to be keyed off of InjectEnumAddrInst and more flexible so that the only condition is that the store and the inject_enum_addr are next to each other. Sometimes loads sneak in between the init_enum_data_addr and the store. This should not stop our optimization. Swift SVN r16440