Try to fix MSVC build

llvm-svn: 212886
This commit is contained in:
Matt Arsenault 2014-07-12 22:19:49 +00:00
parent 4181ea36a9
commit 93b775f479
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ class DominanceFrontier : public FunctionPass {
public:
typedef DominatorTreeBase<BasicBlock> DomTreeT;
typedef DomTreeNodeBase<BasicBlock> DomTreeNodeT;
typedef typename DominanceFrontierBase<BasicBlock>::DomSetType DomSetType;
typedef DominanceFrontierBase<BasicBlock>::DomSetType DomSetType;
typedef DominanceFrontierBase<BasicBlock>::iterator iterator;
typedef DominanceFrontierBase<BasicBlock>::const_iterator const_iterator;