mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
gallium/ttn: Remove duplicated TGSI_OPCODE_DP2A initialization
Duplicate line is currently on 1535. Identified by Clang, when run through Eric Anholt's Travis harness. Signed-off-by: Rhys Kidd <rhyskidd@gmail.com> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
78ab62b1e9
commit
c9c989763a
1 changed files with 0 additions and 1 deletions
|
|
@ -1575,7 +1575,6 @@ static const nir_op op_trans[TGSI_OPCODE_LAST] = {
|
|||
[TGSI_OPCODE_TXB] = 0,
|
||||
[TGSI_OPCODE_DIV] = nir_op_fdiv,
|
||||
[TGSI_OPCODE_DP2] = 0,
|
||||
[TGSI_OPCODE_DP2A] = 0,
|
||||
[TGSI_OPCODE_TXL] = 0,
|
||||
|
||||
[TGSI_OPCODE_BRK] = 0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue