[Mem2Reg] Delete unused PointerAllocaValues

It is unused after AliasSetTracker support was removed.

llvm-svn: 358352
This commit is contained in:
Fangrui Song 2019-04-14 07:28:29 +00:00
parent e57c53df4f
commit de20429cfc
1 changed files with 0 additions and 5 deletions

View File

@ -249,11 +249,6 @@ struct PromoteMem2Reg {
/// to.
DenseMap<PHINode *, unsigned> PhiToAllocaMap;
/// If we are updating an AliasSetTracker, then for each alloca that is of
/// pointer type, we keep track of what to copyValue to the inserted PHI
/// nodes here.
std::vector<Value *> PointerAllocaValues;
/// For each alloca, we keep track of the dbg.declare intrinsic that
/// describes it, if any, so that we can convert it to a dbg.value
/// intrinsic if the alloca gets promoted.