d3dcompiler_43: Make debug_dump_ir_expr() static.

This commit is contained in:
Francois Gouget 2012-07-25 11:10:00 +02:00 committed by Alexandre Julliard
parent 5923e32ef1
commit 3dd26315a4
1 changed files with 1 additions and 1 deletions

View File

@ -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;