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:

committed by
Anuj Phogat

parent
352f0d9180
commit
e2627e34ba
@@ -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, ")");
|
||||
}
|
||||
|
Reference in New Issue
Block a user