Try to fix MSVC build
[oota-llvm.git] / include / llvm / CodeGen / MachineDominanceFrontier.h
index 999784da6cac62aa806525269c465a95c1388613..e099e716c63da02eca958c33db7f8e34a5320d39 100644 (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;