glsl: Mark path as unreachable.

This commit is contained in:
Matt Turner 2015-04-11 10:11:13 -07:00
parent ea0c35faf8
commit 8e414cbdec
1 changed files with 1 additions and 1 deletions

View File

@ -1791,7 +1791,7 @@ ast_function_expression::hir(exec_list *instructions,
return value;
}
return ir_rvalue::error_value(ctx);
unreachable("not reached");
}
ir_rvalue *