Files
clang-p2996/llvm/lib/Target/Mips/MipsMCInstLower.cpp
Fangrui Song aa4e6d846f [Mips] Rename MipsExprKind to Specifier
Follow the X86 renaming.

> "Relocation modifier" suggests adjustments happen during the linker's relocation step rather than the assembler's expression evaluation.
> "Relocation specifier" is clear, aligns with Arm and IBM’s usage, and fits the assembler's role seamlessly.

In addition, rename MipsMCExpr::getKind, which confusingly shadows the base class getKind.
2025-03-20 21:19:20 -07:00

9.8 KiB