vtn: Delete references to IMix opcode.

This is being removed in SPIR-V.

Bugzilla: https://cvs.khronos.org/bugzilla/show_bug.cgi?id=15452
This commit is contained in:
Kenneth Graunke 2016-01-26 17:02:35 -08:00
parent c5dc6cdf26
commit 32dcfc953e

View file

@ -626,7 +626,6 @@ handle_glsl450_alu(struct vtn_builder *b, enum GLSLstd450 entrypoint,
case GLSLstd450PackDouble2x32:
case GLSLstd450UnpackDouble2x32:
case GLSLstd450IMix:
default:
unreachable("Unhandled opcode");
}