forked from OSchip/llvm-project
parent
4e00ce7d0c
commit
3c0514f34f
|
@ -22,7 +22,7 @@ class MachineDominanceFrontier : public MachineFunctionPass {
|
|||
public:
|
||||
typedef DominatorTreeBase<MachineBasicBlock> DomTreeT;
|
||||
typedef DomTreeNodeBase<MachineBasicBlock> DomTreeNodeT;
|
||||
typedef typename DominanceFrontierBase<MachineBasicBlock>::DomSetType DomSetType;
|
||||
typedef DominanceFrontierBase<MachineBasicBlock>::DomSetType DomSetType;
|
||||
typedef DominanceFrontierBase<MachineBasicBlock>::iterator iterator;
|
||||
typedef DominanceFrontierBase<MachineBasicBlock>::const_iterator const_iterator;
|
||||
|
||||
|
|
Loading…
Reference in New Issue