i965/generator: Get rid of the ! in the unreachable statement
Reviewed-by: Mark Janes <mark.a.janes@intel.com>
This commit is contained in:
@@ -1602,7 +1602,7 @@ fs_generator::generate_code(const cfg_t *cfg, int dispatch_width)
|
||||
brw_set_default_compression_control(p, BRW_COMPRESSION_COMPRESSED);
|
||||
break;
|
||||
default:
|
||||
unreachable(!"Invalid instruction width");
|
||||
unreachable("Invalid instruction width");
|
||||
}
|
||||
|
||||
switch (inst->opcode) {
|
||||
|
||||
Reference in New Issue
Block a user