Try to fix MSVC build

llvm-svn: 212888
This commit is contained in:
Matt Arsenault 2014-07-12 23:09:02 +00:00
parent 4e00ce7d0c
commit 3c0514f34f
1 changed files with 1 additions and 1 deletions

View File

@ -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;