mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-15 19:24:33 +00:00
Remove dead variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126450 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -177,7 +177,7 @@ void AsmPrinter::EmitReference(const GlobalValue *GV, unsigned Encoding)const{
|
|||||||
void AsmPrinter::EmitSectionOffset(const MCSymbol *Label,
|
void AsmPrinter::EmitSectionOffset(const MCSymbol *Label,
|
||||||
const MCSymbol *SectionLabel) const {
|
const MCSymbol *SectionLabel) const {
|
||||||
// On COFF targets, we have to emit the special .secrel32 directive.
|
// On COFF targets, we have to emit the special .secrel32 directive.
|
||||||
if (const char *SecOffDir = MAI->getDwarfSectionOffsetDirective()) {
|
if (MAI->getDwarfSectionOffsetDirective()) {
|
||||||
OutStreamer.EmitCOFFSecRel32(Label);
|
OutStreamer.EmitCOFFSecRel32(Label);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user