mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 07:10:15 +01:00
pan/bi: Remove trivial dest[0] = bi_null()
It's already NULL and will interfere with the more comprehensive src/dest overwork we're doing. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17794>
This commit is contained in:
parent
662b866e1b
commit
4f8ee2c00e
1 changed files with 0 additions and 1 deletions
|
|
@ -2066,7 +2066,6 @@ bi_add_nop_for_atest(bi_context *ctx)
|
|||
|
||||
bi_instr *I = rzalloc(ctx, bi_instr);
|
||||
I->op = BI_OPCODE_NOP;
|
||||
I->dest[0] = bi_null();
|
||||
|
||||
bi_clause *new_clause = ralloc(ctx, bi_clause);
|
||||
*new_clause = (bi_clause) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue