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 2cdcdd3..f4c90b5 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -269,7 +269,7 @@ static tree blocks_nreverse (tree); static int all_blocks (tree, tree *); static tree *get_block_vector (tree, int *); extern tree debug_find_var_in_block_tree (tree, tree); -/* We always define `record_insns' even if its not used so that we +/* We always define `record_insns' even if it's not used so that we can always export `prologue_epilogue_contains'. */ static void record_insns (rtx, varray_type *) ATTRIBUTE_UNUSED; static int contains (rtx, varray_type); |