mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-21 05:05:00 -07:00
Improve compound literal generation for array-like types
This commit is contained in:
+617
-749
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