]> granicus.if.org Git - llvm/commitdiff
Merging r311835:
authorHans Wennborg <hans@hanshq.net>
Tue, 29 Aug 2017 17:17:42 +0000 (17:17 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 29 Aug 2017 17:17:42 +0000 (17:17 +0000)
------------------------------------------------------------------------
r311835 | dhinton | 2017-08-26 14:08:51 -0700 (Sat, 26 Aug 2017) | 12 lines

[Dominators] Remove redundant explicit template instantiation.

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/branches/release_50@312014 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/PostDominators.cpp

index 811373ac850b04768d05f96f1464d38b26ed93b7..1caf151546d9bad39b425eefd1c5620770c74b80 100644 (file)
@@ -23,8 +23,6 @@ using namespace llvm;
 
 #define DEBUG_TYPE "postdomtree"
 
-template class llvm::DominatorTreeBase<BasicBlock, true>; // PostDomTreeBase
-
 //===----------------------------------------------------------------------===//
 //  PostDominatorTree Implementation
 //===----------------------------------------------------------------------===//