From 013b022924ea66aef8f6f017669a5b6748fef1f6 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 22 Aug 2022 21:39:05 +0100 Subject: [PATCH] aco: drop unused variable Signed-off-by: Eric Engestrom Reviewed-by: Rhys Perry Part-of: --- src/amd/compiler/tests/test_regalloc.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/amd/compiler/tests/test_regalloc.cpp b/src/amd/compiler/tests/test_regalloc.cpp index d8fef98a5bf..702dfe29541 100644 --- a/src/amd/compiler/tests/test_regalloc.cpp +++ b/src/amd/compiler/tests/test_regalloc.cpp @@ -192,7 +192,6 @@ BEGIN_TEST(regalloc.linear_vgpr.live_range_split.fixed_def) return; PhysReg reg_v0{256}; - PhysReg reg_v1{257}; //! lv1: %tmp1:v[0] = p_unit_test Temp tmp = bld.pseudo(aco_opcode::p_unit_test, bld.def(v1.as_linear(), reg_v0));