From b183bdeabf0234027611cbd2563de479a2be99f6 Mon Sep 17 00:00:00 2001 From: Tony Wasserka Date: Sat, 10 Jul 2021 12:25:45 +0200 Subject: [PATCH] aco/spill: Remove unused container MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Daniel Schürmann Part-of: --- src/amd/compiler/aco_spill.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/compiler/aco_spill.cpp b/src/amd/compiler/aco_spill.cpp index 7dfbc03006b..499512150f3 100644 --- a/src/amd/compiler/aco_spill.cpp +++ b/src/amd/compiler/aco_spill.cpp @@ -1128,7 +1128,7 @@ process_block(spill_ctx& ctx, unsigned block_idx, Block* block, aco_ptr& instr = block->instructions[idx]; std::map> reloads; - std::map spills; + /* rename and reload operands */ for (Operand& op : instr->operands) { if (!op.isTemp())