mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
glsl: fix unreachable() typo
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
This commit is contained in:
parent
352f0d9180
commit
e2627e34ba
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@ void ir_print_visitor::visit(ir_texture *ir)
|
|||
ir->lod_info.component->accept(this);
|
||||
break;
|
||||
case ir_samples_identical:
|
||||
unreachable(!"ir_samples_identical was already handled");
|
||||
unreachable("ir_samples_identical was already handled");
|
||||
};
|
||||
fprintf(f, ")");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue