Commit 3dd26315 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

d3dcompiler_43: Make debug_dump_ir_expr() static.

parent 5923e32e
......@@ -1817,7 +1817,7 @@ static const char *debug_expr_op(const struct hlsl_ir_expr *expr)
}
/* Dumps the expression in a prefix "operator (operands)" form */
void debug_dump_ir_expr(const struct hlsl_ir_expr *expr)
static void debug_dump_ir_expr(const struct hlsl_ir_expr *expr)
{
unsigned int i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment