aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/LazyCallGraph.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/LazyCallGraph.cpp
parentde40e7437ed4515a6849da064d28e3455591b612 (diff)
downloadllvm-ca04a1f720b349291b53d71d7f20046df6b3d9e5.zip
llvm-ca04a1f720b349291b53d71d7f20046df6b3d9e5.tar.gz
llvm-ca04a1f720b349291b53d71d7f20046df6b3d9e5.tar.bz2
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/LazyCallGraph.cpp')
-rw-r--r--llvm/lib/Analysis/LazyCallGraph.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Analysis/LazyCallGraph.cpp b/llvm/lib/Analysis/LazyCallGraph.cpp
index 17a9d04..88f5cd7 100644
--- a/llvm/lib/Analysis/LazyCallGraph.cpp
+++ b/llvm/lib/Analysis/LazyCallGraph.cpp
@@ -1499,8 +1499,6 @@ LazyCallGraph::RefSCC *LazyCallGraph::getNextRefSCCInPostOrder() {
}
}
-template class AnalysisBase<LazyCallGraphAnalysis>;
-
LazyCallGraphPrinterPass::LazyCallGraphPrinterPass(raw_ostream &OS) : OS(OS) {}
static void printNode(raw_ostream &OS, LazyCallGraph::Node &N) {