Commits

Xin Tong committed f889f8582a7
Add MemLocationVault, a std::vector to keep track of all the MemLocation accessed in the currently processed function. With MemLocationVault in place, we can represent a location with an index, instead of a full MemLocation object which is currently quite large in memory. Swift SVN r32524