mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-23 15:29:51 +00:00
Reapply 55901: Drop unused variable
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55957 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c4da15a5e6
commit
a177871c8a
@ -230,7 +230,6 @@ X86DarwinTargetAsmInfo::PreferredEHDataFormat(DwarfEncoding::Target Reason,
|
|||||||
|
|
||||||
X86ELFTargetAsmInfo::X86ELFTargetAsmInfo(const X86TargetMachine &TM):
|
X86ELFTargetAsmInfo::X86ELFTargetAsmInfo(const X86TargetMachine &TM):
|
||||||
X86TargetAsmInfo(TM), ELFTargetAsmInfo(TM) {
|
X86TargetAsmInfo(TM), ELFTargetAsmInfo(TM) {
|
||||||
bool is64Bit = ETM->getSubtarget<X86Subtarget>().is64Bit();
|
|
||||||
|
|
||||||
ReadOnlySection = ".rodata";
|
ReadOnlySection = ".rodata";
|
||||||
FourByteConstantSection = "\t.section\t.rodata.cst4,\"aM\",@progbits,4";
|
FourByteConstantSection = "\t.section\t.rodata.cst4,\"aM\",@progbits,4";
|
||||||
|
Loading…
Reference in New Issue
Block a user