mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-22 17:10:32 +01:00
i965/generator: Get rid of the ! in the unreachable statement
Reviewed-by: Mark Janes <mark.a.janes@intel.com>
This commit is contained in:
parent
0573d0e484
commit
e50cf5faa5
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue