Commits

Chris Lattner committed 0566ebd40bf
Fix a bug in in our tuple-element dataflow propagation, where global "partial liveness" would overwrite local "always live"ness. Always liveness on a local level always makes a value live-out, even if it is partially live in. Swift SVN r11005