forked from OSchip/llvm-project
[Mem2Reg] Delete unused PointerAllocaValues
It is unused after AliasSetTracker support was removed. llvm-svn: 358352
This commit is contained in:
parent
e57c53df4f
commit
de20429cfc
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue