OSDN Git Service

Apply explicit instantiation workaround to DominanceFrontier
authorJakub Kuderski <kubakuderski@gmail.com>
Sun, 16 Jul 2017 17:29:19 +0000 (17:29 +0000)
committerJakub Kuderski <kubakuderski@gmail.com>
Sun, 16 Jul 2017 17:29:19 +0000 (17:29 +0000)
This is a workaround for the same explicit instantiation bug
as in DominatorTreeBase.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308141 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/DominanceFrontier.h

index 32dd433..b566aea 100644 (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