diff options
Diffstat (limited to 'gcc/tree-affine.c')
-rw-r--r-- | gcc/tree-affine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-affine.c b/gcc/tree-affine.c index c6c28bd..898e5c1 100644 --- a/gcc/tree-affine.c +++ b/gcc/tree-affine.c @@ -818,7 +818,7 @@ print_aff (FILE *file, aff_tree *val) /* Prints the affine VAL to the standard error, used for debugging. */ -void +DEBUG_FUNCTION void debug_aff (aff_tree *val) { print_aff (stderr, val); |