> > - tgsi_exec_machine_destroy(draw->vs.tgsi.machine); > + if (draw_get_option_use_llvm()) > + tgsi_exec_machine_destroy(draw->vs.tgsi.machine); That part should have used !draw_get_option_use_llvm()