Skip to content

Commit 49c91ec

Browse files
committed
Hexagon: Remove dead deprecated FK_PCRel_4 use
1 parent abaa55d commit 49c91ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/Hexagon/MCTargetDesc/HexagonELFObjectWriter.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ unsigned HexagonELFObjectWriter::getRelocType(const MCFixup &Fixup,
8585
default:
8686
report_fatal_error("Unrecognized variant type");
8787
};
88-
case FK_PCRel_4:
89-
return ELF::R_HEX_32_PCREL;
9088
case FK_Data_2:
9189
switch(Variant) {
9290
case HexagonMCExpr::VK_DTPREL:

0 commit comments

Comments
 (0)