We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19730e3 commit 6196379Copy full SHA for 6196379
llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
@@ -41,7 +41,6 @@ PPCELFObjectWriter::PPCELFObjectWriter(bool Is64Bit, uint8_t OSABI)
41
unsigned PPCELFObjectWriter::getRelocType(MCContext &Ctx, const MCValue &Target,
42
const MCFixup &Fixup,
43
bool IsPCRel) const {
44
- MCFixupKind Kind = Fixup.getKind();
45
SMLoc Loc = Fixup.getValue()->getLoc();
46
auto Spec = static_cast<PPCMCExpr::Specifier>(Target.getSpecifier());
47
switch (Spec) {
0 commit comments