From: Keith Whitwell Date: Mon, 14 Sep 2009 16:11:09 +0000 (+0100) Subject: mesa/st: remove dead comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d7512521fd73aea3c6f19c427a877fc74e3fa557;p=mesa.git mesa/st: remove dead comment --- diff --git a/src/mesa/state_tracker/st_mesa_to_tgsi.c b/src/mesa/state_tracker/st_mesa_to_tgsi.c index 82fb3e6e6c4..3605df4d5ce 100644 --- a/src/mesa/state_tracker/st_mesa_to_tgsi.c +++ b/src/mesa/state_tracker/st_mesa_to_tgsi.c @@ -583,13 +583,6 @@ compile_instruction( case OPCODE_ENDLOOP: case OPCODE_IF: assert(num_dst == 0); - - /* Currently assuming a 1:1 relationship between mesa - * instructions and TGSI instructions. That won't always be the - * case, and to be generic we'll have to make a table of labels - * that get fixed up afterwards. Or make labels symbolic in - * TGSI. - */ ureg_label_insn( ureg, translate_opcode( inst->Opcode ), src, num_src,