From 93b775f479f68d3aaf6d065df3e96beeb3ecc7f1 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Sat, 12 Jul 2014 22:19:49 +0000 Subject: [PATCH] Try to fix MSVC build llvm-svn: 212886 --- llvm/include/llvm/Analysis/DominanceFrontier.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Analysis/DominanceFrontier.h b/llvm/include/llvm/Analysis/DominanceFrontier.h index 3623cc5a5caf..f42b9cbbfedd 100644 --- a/llvm/include/llvm/Analysis/DominanceFrontier.h +++ b/llvm/include/llvm/Analysis/DominanceFrontier.h @@ -137,7 +137,7 @@ class DominanceFrontier : public FunctionPass { public: typedef DominatorTreeBase DomTreeT; typedef DomTreeNodeBase DomTreeNodeT; - typedef typename DominanceFrontierBase::DomSetType DomSetType; + typedef DominanceFrontierBase::DomSetType DomSetType; typedef DominanceFrontierBase::iterator iterator; typedef DominanceFrontierBase::const_iterator const_iterator;