aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.cpp')
-rw-r--r--src/types.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/types.cpp b/src/types.cpp
index bef69ee30..6fab6643e 100644
--- a/src/types.cpp
+++ b/src/types.cpp
@@ -129,6 +129,9 @@ struct TypeStruct {
bool is_raw_union;
bool is_polymorphic;
bool is_poly_specialized;
+ bool is_soa;
+ Type *soa_elem;
+ i64 soa_count;
};
struct TypeUnion {