summaryrefslogtreecommitdiff
path: root/lib/LTO/LTOModule.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-01-23 23:14:14 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-01-23 23:14:14 +0000
commit3a89110b6ef56a576c75d72eb89896e14e06dc84 (patch)
treeaf0f1a478953f69d9fffd24835918c5d9f9fdb51 /lib/LTO/LTOModule.cpp
parent2f9fe10f6fb347ab5f4ae2ea9782ecc17aee1a74 (diff)
downloadllvm-3a89110b6ef56a576c75d72eb89896e14e06dc84.tar.gz
llvm-3a89110b6ef56a576c75d72eb89896e14e06dc84.tar.bz2
llvm-3a89110b6ef56a576c75d72eb89896e14e06dc84.tar.xz
InitToTextSection is redundant with InitSections. Remove it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199955 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/LTO/LTOModule.cpp')
-rw-r--r--lib/LTO/LTOModule.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/LTO/LTOModule.cpp b/lib/LTO/LTOModule.cpp
index b648982af1..4fa21ae818 100644
--- a/lib/LTO/LTOModule.cpp
+++ b/lib/LTO/LTOModule.cpp
@@ -686,7 +686,6 @@ public:
// Noop calls.
virtual void ChangeSection(const MCSection *Section,
const MCExpr *Subsection) {}
- virtual void InitToTextSection() {}
virtual void InitSections() {}
virtual void EmitAssemblerFlag(MCAssemblerFlag Flag) {}
virtual void EmitThumbFunc(MCSymbol *Func) {}