Skip to content

Commit

Permalink
Merging r311835:
Browse files Browse the repository at this point in the history
------------------------------------------------------------------------
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
------------------------------------------------------------------------

llvm-svn: 312014
  • Loading branch information
zmodem committed Aug 29, 2017
1 parent a18e824 commit 828b681
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llvm/lib/Analysis/PostDominators.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ using namespace llvm;

#define DEBUG_TYPE "postdomtree"

template class llvm::DominatorTreeBase<BasicBlock, true>; // PostDomTreeBase

//===----------------------------------------------------------------------===//
// PostDominatorTree Implementation
//===----------------------------------------------------------------------===//
Expand Down

0 comments on commit 828b681

Please sign in to comment.