Browse Source

glsl: Mark path as unreachable.

tags/10.6-branchpoint
Matt Turner 10 years ago
parent
commit
8e414cbdec
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/glsl/ast_function.cpp

+ 1
- 1
src/glsl/ast_function.cpp 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 *

Loading…
Cancel
Save