mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 19:10:14 +01:00
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:
parent
7f64137d93
commit
013b022924
1 changed files with 0 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue