We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879f6c5 commit 7bcd815Copy full SHA for 7bcd815
llvm/lib/Target/SystemZ/SystemZInstrInfo.h
@@ -71,13 +71,10 @@ enum {
71
MO_GOT = (1 << 0),
72
73
// @INDNTPOFF
74
- MO_INDNTPOFF = (2 << 0)
75
-};
+ MO_INDNTPOFF = (2 << 0),
76
77
-// z/OS XPLink specific: classifies the types of
78
-// accesses to the ADA (Associated Data Area).
79
-// These enum values should not overlap with the above MO_ enums.
80
-enum {
+ // z/OS XPLink specific: classifies the types of
+ // accesses to the ADA (Associated Data Area).
81
MO_ADA_DATA_SYMBOL_ADDR = (1 << 2),
82
MO_ADA_INDIRECT_FUNC_DESC = (2 << 2),
83
MO_ADA_DIRECT_FUNC_DESC = (3 << 2),
0 commit comments