summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/PostDominators.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2016-02-28 16:54:06 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2016-02-28 16:54:06 +0000
commitca04a1f720b349291b53d71d7f20046df6b3d9e5 (patch)
tree5fe2a1d254c1fb6d5e4d02d2b8b20b2320aece72 /llvm/lib/Analysis/PostDominators.cpp
parentde40e7437ed4515a6849da064d28e3455591b612 (diff)
downloadbcm5719-llvm-ca04a1f720b349291b53d71d7f20046df6b3d9e5.tar.gz
bcm5719-llvm-ca04a1f720b349291b53d71d7f20046df6b3d9e5.zip
Revert r262185, "[PM] Appease mingw32's auto-import DLL build with minimal tweaks."
I'll rework soon. llvm-svn: 262186
Diffstat (limited to 'llvm/lib/Analysis/PostDominators.cpp')
-rw-r--r--llvm/lib/Analysis/PostDominators.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Analysis/PostDominators.cpp b/llvm/lib/Analysis/PostDominators.cpp
index 1c4cfba69a5..d617a876b84 100644
--- a/llvm/lib/Analysis/PostDominators.cpp
+++ b/llvm/lib/Analysis/PostDominators.cpp
@@ -44,8 +44,6 @@ FunctionPass* llvm::createPostDomTree() {
return new PostDominatorTreeWrapperPass();
}
-template class AnalysisBase<PostDominatorTreeAnalysis>;
-
PostDominatorTree PostDominatorTreeAnalysis::run(Function &F) {
PostDominatorTree PDT;
PDT.recalculate(F);
OpenPOWER on IntegriCloud