summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/TargetTransformInfo.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/TargetTransformInfo.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/TargetTransformInfo.cpp')
-rw-r--r--llvm/lib/Analysis/TargetTransformInfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Analysis/TargetTransformInfo.cpp b/llvm/lib/Analysis/TargetTransformInfo.cpp
index 9e5190b0e6f..a9e18e01caa 100644
--- a/llvm/lib/Analysis/TargetTransformInfo.cpp
+++ b/llvm/lib/Analysis/TargetTransformInfo.cpp
@@ -377,8 +377,6 @@ TargetIRAnalysis::Result TargetIRAnalysis::run(const Function &F) {
return TTICallback(F);
}
-template class AnalysisBase<TargetIRAnalysis>;
-
TargetIRAnalysis::Result TargetIRAnalysis::getDefaultTTI(const Function &F) {
return Result(F.getParent()->getDataLayout());
}
OpenPOWER on IntegriCloud