diff options
Diffstat (limited to 'gcc/final.c')
-rw-r--r-- | gcc/final.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/final.c b/gcc/final.c index 1d4666e..28c6c0a 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -1648,7 +1648,7 @@ final_start_function (first, file, optimize) if (write_symbols) { number_blocks (current_function_decl); - remove_unncessary_notes (); + remove_unnecessary_notes (); /* We never actually put out begin/end notes for the top-level block in the function. But, conceptually, that block is always needed. */ |