aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfgcleanup.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-cfgcleanup.c')
-rw-r--r--gcc/tree-cfgcleanup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/tree-cfgcleanup.c b/gcc/tree-cfgcleanup.c
index f250f1fc05e..79488dfabc7 100644
--- a/gcc/tree-cfgcleanup.c
+++ b/gcc/tree-cfgcleanup.c
@@ -741,7 +741,9 @@ gate_merge_phi (void)
struct tree_opt_pass pass_merge_phi = {
"mergephi", /* name */
gate_merge_phi, /* gate */
+ NULL, NULL, /* IPA analysis */
merge_phi_nodes, /* execute */
+ NULL, NULL, /* IPA analysis */
NULL, /* sub */
NULL, /* next */
0, /* static_pass_number */