Commits

Andrew Trick committed c6d00c7cd02
Disable SILCombine's dead-but-stored-to array elimination. Fixes <rdar://problem/20907405> HeapBuffer.swift test case spuriously reports a "unique" buffer. Sorry for the performance regression on Richards, but the right thing to do is disable this SILCombine for WWDC and introduce a new DeadObjectElimination to handle it next week. Cloned as: <rdar://problem/20980377> HeapBuffer.swift test case spuriously reports a "unique" buffer Swift SVN r28643