mirror of
https://github.com/danog/ir.git
synced 2025-01-21 21:21:19 +01:00
Reorder fields to reduce the structure size
This commit is contained in:
parent
2a17b87219
commit
44f048ecd9
@ -1028,8 +1028,8 @@ struct _ir_live_interval {
|
||||
int32_t stack_spill_pos;
|
||||
ir_ref tmp_op_num;
|
||||
};
|
||||
ir_live_range range;
|
||||
ir_live_pos end; /* end of the last live range (cahce of ival.range.{next->}end) */
|
||||
ir_live_range range;
|
||||
ir_live_range *current_range;
|
||||
ir_use_pos *use_pos;
|
||||
ir_live_interval *top;
|
||||
|
Loading…
x
Reference in New Issue
Block a user