i965/generator: Get rid of the ! in the unreachable statement

Reviewed-by: Mark Janes <mark.a.janes@intel.com>
This commit is contained in:
Jason Ekstrand 2015-04-01 16:18:31 -07:00
parent 0573d0e484
commit e50cf5faa5

View file

@ -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) {