Apply explicit instantiation workaround to DominanceFrontier

This is a workaround for the same explicit instantiation bug
as in DominatorTreeBase.

llvm-svn: 308141
This commit is contained in:
Jakub Kuderski 2017-07-16 17:29:19 +00:00
parent 7cb593cda3
commit e36e5f3831
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ protected:
static constexpr bool IsPostDominators = IsPostDom;
public:
DominanceFrontierBase() = default;
DominanceFrontierBase() {}
/// getRoots - Return the root blocks of the current CFG. This may include
/// multiple blocks if we are computing post dominators. For forward