mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Improve codegen for bit_field compound literals with an integer backing
This commit is contained in:
@@ -122,7 +122,6 @@ struct lbAddr {
|
||||
} swizzle_large;
|
||||
struct {
|
||||
Type *type;
|
||||
i64 index;
|
||||
i64 bit_offset;
|
||||
i64 bit_size;
|
||||
} bitfield;
|
||||
|
||||
Reference in New Issue
Block a user