Commits

Joe Groff committed 35486db21de
DIMemoryUseCollector: Track uses of the container ref for alloc_box insns. Uses of the box can escape the value, just like uses of the pointer. This prevents PredictableMemOpt from considering an alloc_box used as an indirect enum payload to be dead. Swift SVN r29836