mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 18:40:13 +01:00
intel/brw: Remove unused variable from test
This would cause warning (and error in GitLab CI) after later changes to fs_reg/brw_reg. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29791>
This commit is contained in:
parent
0d9f58db04
commit
2ce6dcf043
1 changed files with 0 additions and 1 deletions
|
|
@ -840,7 +840,6 @@ TEST_F(cmod_propagation_test, cmp_cmpg_D)
|
|||
fs_reg dst0 = bld.vgrf(BRW_TYPE_D);
|
||||
fs_reg src0 = bld.vgrf(BRW_TYPE_D);
|
||||
fs_reg zero(brw_imm_d(0));
|
||||
fs_reg one(brw_imm_d(1));
|
||||
|
||||
bld.CMP(dst0, src0, zero, BRW_CONDITIONAL_NZ);
|
||||
bld.CMP(bld.null_reg_d(), dst0, zero, BRW_CONDITIONAL_G);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue