diff options
Diffstat (limited to 'gcc/tree-cfgcleanup.c')
-rw-r--r-- | gcc/tree-cfgcleanup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-cfgcleanup.c b/gcc/tree-cfgcleanup.c index 9c522861401..412033d17a2 100644 --- a/gcc/tree-cfgcleanup.c +++ b/gcc/tree-cfgcleanup.c @@ -977,6 +977,7 @@ struct gimple_opt_pass pass_merge_phi = { GIMPLE_PASS, "mergephi", /* name */ + OPTGROUP_NONE, /* optinfo_flags */ gate_merge_phi, /* gate */ merge_phi_nodes, /* execute */ NULL, /* sub */ |