summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/lima/ir/pp/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/lima/ir/pp/node.c')
-rw-r--r--src/gallium/drivers/lima/ir/pp/node.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gallium/drivers/lima/ir/pp/node.c b/src/gallium/drivers/lima/ir/pp/node.c
index b71cbc3763e..d0e97616f3e 100644
--- a/src/gallium/drivers/lima/ir/pp/node.c
+++ b/src/gallium/drivers/lima/ir/pp/node.c
@@ -225,14 +225,6 @@ const ppir_op_info ppir_op_infos[] = {
PPIR_INSTR_SLOT_END
},
},
- [ppir_op_sel_cond] = {
- /* effectively mov, but must be scheduled only to
- * PPIR_INSTR_SLOT_ALU_SCL_MUL */
- .name = "sel_cond",
- .slots = (int []) {
- PPIR_INSTR_SLOT_ALU_SCL_MUL, PPIR_INSTR_SLOT_END
- },
- },
[ppir_op_select] = {
.name = "select",
.slots = (int []) {