mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 12:30:09 +01:00
glsl: Mark path as unreachable.
This commit is contained in:
parent
ea0c35faf8
commit
8e414cbdec
1 changed files with 1 additions and 1 deletions
|
|
@ -1791,7 +1791,7 @@ ast_function_expression::hir(exec_list *instructions,
|
|||
return value;
|
||||
}
|
||||
|
||||
return ir_rvalue::error_value(ctx);
|
||||
unreachable("not reached");
|
||||
}
|
||||
|
||||
ir_rvalue *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue