diff options
Diffstat (limited to 'gcc/ipa.c')
-rw-r--r-- | gcc/ipa.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ipa.c b/gcc/ipa.c index 24f686e8207..84a3d97e8a9 100644 --- a/gcc/ipa.c +++ b/gcc/ipa.c @@ -517,6 +517,8 @@ cgraph_remove_unreachable_nodes (bool before_inlining_p, FILE *file) } } } + if (file) + fprintf (file, "\n"); #ifdef ENABLE_CHECKING verify_cgraph (); |