Skip to content

Commit 3cec6fc

Browse files
committed
changed from class to struct
1 parent 7f6b147 commit 3cec6fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bolt/include/bolt/Core/DebugNames.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ class DWARF5AcceleratorTable {
7373
} Bits;
7474
uint32_t Value = 0;
7575
};
76-
class TagIndex {
77-
public:
76+
struct TagIndex {
7877
uint32_t DieTag;
7978
uint32_t Index;
8079
};

0 commit comments

Comments
 (0)