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 1411639 commit a2d2fefCopy full SHA for a2d2fef
lib/IRGen/TypeLayout.cpp
@@ -89,35 +89,7 @@ class LayoutStringBuilder {
89
RefCountingKind kind;
90
union {
91
size_t size;
92
- uint32_t genericIdx;
93
llvm::Function* metaTypeRef;
94
- uint64_t alignment;
95
- };
96
97
-
98
- struct GenericInstOp {
99
- enum Type : uint8_t {
100
- Copy = 1,
101
- Param = 2,
102
- Resilient = 3,
103
- DynamicAlignment = 4,
104
105
106
- Type type;
107
- union {
108
- size_t size;
109
- struct {
110
- size_t offset;
111
- uint32_t idx;
112
- } generic;
113
114
115
- llvm::Function *metaTypeRef;
116
- } resilient;
117
118
119
120
- } alignment;
121
};
122
123
0 commit comments