aco: drop unused variable

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18193>
This commit is contained in:
Eric Engestrom 2022-08-22 21:39:05 +01:00 committed by Marge Bot
parent 7f64137d93
commit 013b022924

View file

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