Improve codegen for bit_field compound literals with an integer backing

This commit is contained in:
gingerBill
2024-04-24 14:46:34 +01:00
parent ec5a84a537
commit c330e5b5c1
4 changed files with 102 additions and 24 deletions
-1
View File
@@ -122,7 +122,6 @@ struct lbAddr {
} swizzle_large;
struct {
Type *type;
i64 index;
i64 bit_offset;
i64 bit_size;
} bitfield;