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:
Eric Engestrom
2016-08-30 11:36:01 +01:00
committed by Anuj Phogat
parent 352f0d9180
commit e2627e34ba

View File

@@ -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, ")");
}