]> granicus.if.org Git - llvm/commitdiff
[Dominators] Remove redundant explicit template instantiation.
authorDon Hinton <hintonda@gmail.com>
Sat, 26 Aug 2017 21:08:51 +0000 (21:08 +0000)
committerDon Hinton <hintonda@gmail.com>
Sat, 26 Aug 2017 21:08:51 +0000 (21:08 +0000)
Summary:
Remove redundant explicit template instantiation.

This was reported by Andrew Kelley building release_50 with gcc7.2.0 on MacOS: duplicate symbol llvm::DominatorTreeBase.

Reviewers: kuhar, andrewrk, davide, hans

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D37185

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

lib/Analysis/PostDominators.cpp

index fc34e6388a5d77b272b4c199d6911f6dd509a1ab..2282401085d423bdd7ddb2b128c0fc4babddba4b 100644 (file)
@@ -21,8 +21,6 @@ using namespace llvm;
 
 #define DEBUG_TYPE "postdomtree"
 
-template class llvm::DominatorTreeBase<BasicBlock, true>; // PostDomTreeBase
-
 //===----------------------------------------------------------------------===//
 //  PostDominatorTree Implementation
 //===----------------------------------------------------------------------===//