aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/recog.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/recog.c')
-rw-r--r--gcc-4.9/gcc/recog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/recog.c b/gcc-4.9/gcc/recog.c
index f2647e39a..0481d7dbb 100644
--- a/gcc-4.9/gcc/recog.c
+++ b/gcc-4.9/gcc/recog.c
@@ -3659,6 +3659,8 @@ peephole2_optimize (void)
BITMAP_FREE (live);
if (peep2_do_rebuild_jump_labels)
rebuild_jump_labels (get_insns ());
+ if (peep2_do_cleanup_cfg)
+ cleanup_cfg (CLEANUP_CFG_CHANGED);
}
#endif /* HAVE_peephole2 */