Commits

Xin Tong committed a6b5f5656a7
Disable MemLocationVault in RLE. RLE is currently modifying the SIL on the fly while the MemLocationVault could end up keeping instructions that are replaced/deleted. Until we have the optimistic dataflow which only modifies the SIL in the last iteration, we can not use the MemLocationVault for now. Swift SVN r32557