We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b4a8e commit 53e1c8bCopy full SHA for 53e1c8b
llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h
@@ -229,13 +229,6 @@ class AArch64AuthMCExpr final : public AArch64MCExpr {
229
return E->getSpecifier() == VK_AUTH || E->getSpecifier() == VK_AUTHADDR;
230
}
231
};
232
-
233
-// Getter for the legacy representation that encodes the relocation specifier in
234
-// MCSymbolRefExpr::SubclassData.
235
-static inline AArch64MCExpr::Specifier
236
-getSpecifier(const MCSymbolRefExpr *SRE) {
237
- return AArch64MCExpr::Specifier(SRE->getKind());
238
-}
239
} // end namespace llvm
240
241
#endif
0 commit comments