mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-05 12:31:46 +00:00
Drop unused variable
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55901 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
28b1deac2c
commit
9bf41effc4
@ -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…
x
Reference in New Issue
Block a user