gallium: Drop unused BRA opcode.
[mesa.git] / src / gallium / drivers / nouveau / nv30 / nvfx_vertprog.c
index e880810c8abcde6e4ecb50b3d7dc20ca71df29c3..51e1fb646e0cc954036df0035c6babfdc1734d76 100644 (file)
@@ -712,7 +712,6 @@ nvfx_vertprog_parse_instruction(struct nvfx_vpc *vpc,
       nvfx_vp_emit(vpc, insn);
       break;
    case TGSI_OPCODE_ELSE:
-   case TGSI_OPCODE_BRA:
    case TGSI_OPCODE_CAL:
       reloc.location = vpc->vp->nr_insns;
       reloc.target = finst->Label.Label;