diff options
Diffstat (limited to 'gcc/ipa.c')
-rw-r--r-- | gcc/ipa.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ipa.c b/gcc/ipa.c index 572b5f9b733..9997f6cb79f 100644 --- a/gcc/ipa.c +++ b/gcc/ipa.c @@ -206,6 +206,9 @@ cgraph_remove_unreachable_nodes (bool before_inlining_p, FILE *file) node->aux = NULL; if (file) fprintf (file, "\nReclaimed %i insns", insns); +#ifdef ENABLE_CHECKING + verify_cgraph (); +#endif return changed; } |