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:
Tony Wasserka 2021-07-10 12:25:45 +02:00 committed by Marge Bot
parent 0812d440c7
commit b183bdeabf

View file

@ -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())