diff options
Diffstat (limited to 'gcc/ipa-cp.c')
-rw-r--r-- | gcc/ipa-cp.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ipa-cp.c b/gcc/ipa-cp.c index ef93b209dfb..d1c6236e289 100644 --- a/gcc/ipa-cp.c +++ b/gcc/ipa-cp.c @@ -2920,9 +2920,8 @@ ipcp_propagate_stage (struct ipa_topo_info *topo) overall_size, max_new_size); propagate_constants_topo (topo); -#ifdef ENABLE_CHECKING - ipcp_verify_propagated_values (); -#endif + if (flag_checking) + ipcp_verify_propagated_values (); topo->constants.propagate_effects (); topo->contexts.propagate_effects (); |