diff options
Diffstat (limited to 'gcc/ifcvt.c')
-rw-r--r-- | gcc/ifcvt.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c index d0ae4941556..ca537550d45 100644 --- a/gcc/ifcvt.c +++ b/gcc/ifcvt.c @@ -5093,9 +5093,7 @@ if_convert (bool after_combine) if (optimize == 1) df_remove_problem (df_live); -#ifdef ENABLE_CHECKING - verify_flow_info (); -#endif + checking_verify_flow_info (); } /* If-conversion and CFG cleanup. */ |