[PATCH] D37185: [Dominators] Remove redundant explicit template instantiation.
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 26 14:12:01 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL311835: [Dominators] Remove redundant explicit template instantiation. (authored by dhinton).
Repository:
rL LLVM
https://reviews.llvm.org/D37185
Files:
llvm/trunk/lib/Analysis/PostDominators.cpp
Index: llvm/trunk/lib/Analysis/PostDominators.cpp
===================================================================
--- llvm/trunk/lib/Analysis/PostDominators.cpp
+++ llvm/trunk/lib/Analysis/PostDominators.cpp
@@ -21,8 +21,6 @@
#define DEBUG_TYPE "postdomtree"
-template class llvm::DominatorTreeBase<BasicBlock, true>; // PostDomTreeBase
-
//===----------------------------------------------------------------------===//
// PostDominatorTree Implementation
//===----------------------------------------------------------------------===//
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37185.112799.patch
Type: text/x-patch
Size: 550 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170826/0638fd4e/attachment.bin>
More information about the llvm-commits
mailing list