Commits

Joe Groff committed 77dbdb211e0
SIL: Allow AllocBoxToStack to promote any non-var allocation. Most alloc_stacks emitted by SILGen are temporaries and don't need to be preserved for debug info. It's only the ones that relate to local variables that we need to preserve. Fixes <rdar://problem/15272642>. Swift SVN r9543