diff options
Diffstat (limited to 'gcc/dce.c')
-rw-r--r-- | gcc/dce.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -786,6 +786,7 @@ struct rtl_opt_pass pass_ud_rtl_dce = { RTL_PASS, "ud_dce", /* name */ + OPTGROUP_NONE, /* optinfo_flags */ gate_ud_dce, /* gate */ rest_of_handle_ud_dce, /* execute */ NULL, /* sub */ @@ -1201,6 +1202,7 @@ struct rtl_opt_pass pass_fast_rtl_dce = { RTL_PASS, "rtl_dce", /* name */ + OPTGROUP_NONE, /* optinfo_flags */ gate_fast_dce, /* gate */ rest_of_handle_fast_dce, /* execute */ NULL, /* sub */ |