gallivm: TGSI_OPCODE_CONT is not deprecated.

Note that with FIXME instead of an assertion failure.

Addresses fdo 25956.
This commit is contained in:
José Fonseca 2010-02-11 10:08:10 +00:00
parent 16a91bd2fd
commit 128d93a009

View file

@ -1403,8 +1403,7 @@ emit_instruction(
break;
case TGSI_OPCODE_CONT:
/* deprecated? */
assert(0);
/* FIXME */
return 0;
break;