Skip to content

Commit a3ce1cc

Browse files
committed
[MC] Remove unused VK_AVR_*
1 parent 221bc55 commit a3ce1cc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

llvm/include/llvm/MC/MCExpr.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -247,15 +247,6 @@ class MCSymbolRefExpr : public MCExpr {
247247
VK_ARM_TLSLDO, // symbol(tlsldo)
248248
VK_ARM_TLSDESCSEQ,
249249

250-
VK_AVR_NONE,
251-
VK_AVR_LO8,
252-
VK_AVR_HI8,
253-
VK_AVR_HLO8,
254-
VK_AVR_DIFF8,
255-
VK_AVR_DIFF16,
256-
VK_AVR_DIFF32,
257-
VK_AVR_PM,
258-
259250
VK_COFF_IMGREL32, // symbol@imgrel (image-relative)
260251

261252
VK_Hexagon_LO16,

0 commit comments

Comments
 (0)