forked from OSchip/llvm-project
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:
parent
7cb593cda3
commit
e36e5f3831
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue