Files
zig/src/codegen
mlugg 7a85ad151d cbe: elide block result allocation for 0-bit types
This logic already existed for the void type, but is also necessary for
other 0-bit types. Without it, we try to alloc a local for a 0-bit type
which gets translated to a local of type `void` which C doesn't like.
2023-08-20 11:58:14 -07:00
..
2023-07-18 19:02:05 -07:00
2023-08-17 18:16:03 -07:00
2023-07-18 19:02:05 -07:00