diff options
Diffstat (limited to 'gcc/tree-ssa-ter.c')
-rw-r--r-- | gcc/tree-ssa-ter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-ter.c b/gcc/tree-ssa-ter.c index d9d552c..a998db8 100644 --- a/gcc/tree-ssa-ter.c +++ b/gcc/tree-ssa-ter.c @@ -705,7 +705,7 @@ dump_replaceable_exprs (FILE *f, bitmap expr) exclusively to debug TER. F is the place to send debug info and T is the table being debugged. */ -void +DEBUG_FUNCTION void debug_ter (FILE *f, temp_expr_table_p t) { unsigned x, y; |