mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
aco/spill: Remove unused container
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11925>
This commit is contained in:
parent
0812d440c7
commit
b183bdeabf
1 changed files with 1 additions and 1 deletions
|
|
@ -1128,7 +1128,7 @@ process_block(spill_ctx& ctx, unsigned block_idx, Block* block,
|
|||
aco_ptr<Instruction>& instr = block->instructions[idx];
|
||||
|
||||
std::map<Temp, std::pair<Temp, uint32_t>> reloads;
|
||||
std::map<Temp, uint32_t> spills;
|
||||
|
||||
/* rename and reload operands */
|
||||
for (Operand& op : instr->operands) {
|
||||
if (!op.isTemp())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue