summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/AliasAnalysis.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/AliasAnalysis.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/AliasAnalysis.cpp')
-rw-r--r--llvm/lib/Analysis/AliasAnalysis.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Analysis/AliasAnalysis.cpp b/llvm/lib/Analysis/AliasAnalysis.cpp
index 29670cb4480..a30aedc4060 100644
--- a/llvm/lib/Analysis/AliasAnalysis.cpp
+++ b/llvm/lib/Analysis/AliasAnalysis.cpp
@@ -390,9 +390,6 @@ bool AAResults::canInstructionRangeModRef(const Instruction &I1,
// Provide a definition for the root virtual destructor.
AAResults::Concept::~Concept() {}
-// Provide a definition for the static object used to identify passes.
-template class AnalysisBase<AAManager>;
-
namespace {
/// A wrapper pass for external alias analyses. This just squirrels away the
/// callback used to run any analyses and register their results.
OpenPOWER on IntegriCloud