diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-01-23 23:14:14 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-01-23 23:14:14 +0000 |
commit | f144034c98ff2588d5464eeb5ede036ae2888e44 (patch) | |
tree | 1cc7d994e78fa33bce20f90488d495f94a40f38e /llvm/lib/LTO/LTOModule.cpp | |
parent | 1bca60d6529ce41bdd0f1a4f3794c48fa78f3560 (diff) | |
download | bcm5719-llvm-f144034c98ff2588d5464eeb5ede036ae2888e44.tar.gz bcm5719-llvm-f144034c98ff2588d5464eeb5ede036ae2888e44.zip |
InitToTextSection is redundant with InitSections. Remove it.
llvm-svn: 199955
Diffstat (limited to 'llvm/lib/LTO/LTOModule.cpp')
-rw-r--r-- | llvm/lib/LTO/LTOModule.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/LTO/LTOModule.cpp b/llvm/lib/LTO/LTOModule.cpp index b648982af1d..4fa21ae8185 100644 --- a/llvm/lib/LTO/LTOModule.cpp +++ b/llvm/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) {} |