mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-23 00:20:25 +00:00
InitToTextSection is redundant with InitSections. Remove it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199955 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -51,7 +51,6 @@ public:
|
||||
// MCStreamer interface
|
||||
|
||||
virtual void InitSections();
|
||||
virtual void InitToTextSection();
|
||||
virtual void EmitLabel(MCSymbol *Symbol);
|
||||
virtual void EmitDebugLabel(MCSymbol *Symbol);
|
||||
virtual void EmitAssemblerFlag(MCAssemblerFlag Flag);
|
||||
@@ -151,10 +150,6 @@ void WinCOFFStreamer::AddCommonSymbol(MCSymbol *Symbol, uint64_t Size,
|
||||
|
||||
// MCStreamer interface
|
||||
|
||||
void WinCOFFStreamer::InitToTextSection() {
|
||||
SetSectionText();
|
||||
}
|
||||
|
||||
void WinCOFFStreamer::InitSections() {
|
||||
SetSectionText();
|
||||
SetSectionData();
|
||||
|
||||
Reference in New Issue
Block a user