forked from OSchip/llvm-project
MemorySSAUpdater.h - remove unnecessary WeakVH forward declaration. NFC.
We have to include ValueHandle.h
This commit is contained in:
parent
7686b29584
commit
a1a355a42e
|
@ -48,7 +48,6 @@ class BranchInst;
|
|||
class DominatorTree;
|
||||
class Instruction;
|
||||
class LoopBlocksRPO;
|
||||
class WeakVH;
|
||||
|
||||
using ValueToValueMapTy = ValueMap<const Value *, WeakTrackingVH>;
|
||||
using PhiToDefMap = SmallDenseMap<MemoryPhi *, MemoryAccess *>;
|
||||
|
|
Loading…
Reference in New Issue