Merge branch '7.8'
[mesa.git] / src / gallium / auxiliary / tgsi / tgsi_dump.c
index 57031419f8e250a34a7952e326cc0b6d2817111d..830002001897eb40227b45f4b0ebf0fb9a236812 100644 (file)
@@ -586,7 +586,6 @@ iter_instruction(
    /* update indentation */
    if (inst->Instruction.Opcode == TGSI_OPCODE_IF ||
        inst->Instruction.Opcode == TGSI_OPCODE_ELSE ||
-       inst->Instruction.Opcode == TGSI_OPCODE_BGNFOR ||
        inst->Instruction.Opcode == TGSI_OPCODE_BGNLOOP) {
       ctx->indentation += indent_spaces;
    }