mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00: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 {
|
struct lbCompoundLitElemTempData {
|
||||||
Ast * expr;
|
Ast * expr;
|
||||||
lbValue value;
|
lbValue value;
|
||||||
i32 elem_index;
|
i64 elem_index;
|
||||||
|
i64 elem_length;
|
||||||
lbValue gep;
|
lbValue gep;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user