diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c index a39ee7c..7715529 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -4084,7 +4084,7 @@ number_blocks (tree fn) /* If VAR is present in a subblock of BLOCK, return the subblock. */ -tree +DEBUG_FUNCTION tree debug_find_var_in_block_tree (tree var, tree block) { tree t; |