mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 21:10:30 +00:00
Improve compound literal generation for array-like types
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -175,7 +175,8 @@ struct lbLoopData {
|
||||
struct lbCompoundLitElemTempData {
|
||||
Ast * expr;
|
||||
lbValue value;
|
||||
i32 elem_index;
|
||||
i64 elem_index;
|
||||
i64 elem_length;
|
||||
lbValue gep;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user