i965: Move some asserts to unreachable.
authorEric Anholt <eric@anholt.net>
Wed, 11 Feb 2015 22:53:08 +0000 (14:53 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 13 Feb 2015 00:32:10 +0000 (16:32 -0800)
commitf65e26478ba5e20c9cf4ee5d0fcf879ccb4e3c0d
tree422ec822c844dc13017fb02fe9fb22d057564d7d
parent6489cb1ae6f3cb999b1a9c60d941ef4c388febd1
i965: Move some asserts to unreachable.

If execution was supposed to be supported in this case, we'd run into
trouble from completely uninitialized sat_imm values.

v2: Drop the '!' before the string.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/dri/i965/brw_shader.cpp