Skip to content

Commit 7bcd815

Browse files
committed
Join the 2 enums
1 parent 879f6c5 commit 7bcd815

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

llvm/lib/Target/SystemZ/SystemZInstrInfo.h

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,10 @@ enum {
7171
MO_GOT = (1 << 0),
7272

7373
// @INDNTPOFF
74-
MO_INDNTPOFF = (2 << 0)
75-
};
74+
MO_INDNTPOFF = (2 << 0),
7675

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 {
76+
// z/OS XPLink specific: classifies the types of
77+
// accesses to the ADA (Associated Data Area).
8178
MO_ADA_DATA_SYMBOL_ADDR = (1 << 2),
8279
MO_ADA_INDIRECT_FUNC_DESC = (2 << 2),
8380
MO_ADA_DIRECT_FUNC_DESC = (3 << 2),

0 commit comments

Comments
 (0)