aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/opts.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/gcc/opts.c')
-rw-r--r--gcc-4.8/gcc/opts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc-4.8/gcc/opts.c b/gcc-4.8/gcc/opts.c
index 7d95cc102..8fe2366cd 100644
--- a/gcc-4.8/gcc/opts.c
+++ b/gcc-4.8/gcc/opts.c
@@ -426,8 +426,8 @@ static const struct default_options default_options_table[] =
{ OPT_LEVELS_1_PLUS, OPT_fguess_branch_probability, NULL, 1 },
{ OPT_LEVELS_1_PLUS, OPT_fcprop_registers, NULL, 1 },
{ OPT_LEVELS_1_PLUS, OPT_fforward_propagate, NULL, 1 },
- { OPT_LEVELS_1_PLUS, OPT_fif_conversion, NULL, 1 },
- { OPT_LEVELS_1_PLUS, OPT_fif_conversion2, NULL, 1 },
+ { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fif_conversion, NULL, 1 },
+ { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_fif_conversion2, NULL, 1 },
{ OPT_LEVELS_1_PLUS, OPT_fipa_pure_const, NULL, 1 },
{ OPT_LEVELS_1_PLUS, OPT_fipa_reference, NULL, 1 },
{ OPT_LEVELS_1_PLUS, OPT_fipa_profile, NULL, 1 },