mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
broadcom/vc5: Remove redundant last_inst lookup.
The point was to get the MOV, which the MOV_dest already returned.
This commit is contained in:
parent
34dc64f627
commit
271fc58ba1
1 changed files with 0 additions and 1 deletions
|
|
@ -900,7 +900,6 @@ vir_PF(struct v3d_compile *c, struct qreg src, enum v3d_qpu_pf pf)
|
|||
last_inst != c->defs[src.index]) {
|
||||
/* XXX: Make the MOV be the appropriate type */
|
||||
last_inst = vir_MOV_dest(c, vir_reg(QFILE_NULL, 0), src);
|
||||
last_inst = (struct qinst *)c->cur_block->instructions.prev;
|
||||
}
|
||||
|
||||
vir_set_pf(last_inst, pf);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue