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));