Skip to content

Commit 970ed59

Browse files
committed
CSKY: Remove unused deprecated FK_PCRel_4
1 parent a26f8f2 commit 970ed59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/CSKY/MCTargetDesc/CSKYELFObjectWriter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ unsigned CSKYELFObjectWriter::getRelocType(const MCFixup &Fixup,
6262
reportError(Fixup.getLoc(), "Unsupported relocation type");
6363
return ELF::R_CKCORE_NONE;
6464
case FK_Data_4:
65-
case FK_PCRel_4:
6665
return ELF::R_CKCORE_PCREL32;
6766
case CSKY::fixup_csky_pcrel_uimm16_scale4:
6867
return ELF::R_CKCORE_PCREL_IMM16_4;

0 commit comments

Comments
 (0)