mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
Remove an unused variable from this function introduced in r130637,
likely a result of copy/paste. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130640 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -101,7 +101,6 @@ unsigned X8664_ELFTargetObjectFile::getFDEEncoding(bool CFI) const {
|
|||||||
if (CFI)
|
if (CFI)
|
||||||
return DW_EH_PE_pcrel | DW_EH_PE_sdata4;
|
return DW_EH_PE_pcrel | DW_EH_PE_sdata4;
|
||||||
|
|
||||||
CodeModel::Model Model = TM.getCodeModel();
|
|
||||||
if (TM.getRelocationModel() == Reloc::PIC_)
|
if (TM.getRelocationModel() == Reloc::PIC_)
|
||||||
return DW_EH_PE_pcrel | DW_EH_PE_sdata4;
|
return DW_EH_PE_pcrel | DW_EH_PE_sdata4;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user