mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-23 07:52:33 +00:00
Minor clean up for backend
This commit is contained in:
@@ -256,6 +256,7 @@ struct Entity {
|
||||
bool generated_from_polymorphic : 1;
|
||||
bool entry_point_only : 1;
|
||||
bool has_instrumentation : 1;
|
||||
bool is_memcpy_like : 1;
|
||||
} Procedure;
|
||||
struct {
|
||||
Array<Entity *> entities;
|
||||
|
||||
Reference in New Issue
Block a user