summaryrefslogtreecommitdiff
path: root/gcc/tree-cfgcleanup.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-cfgcleanup.c')
-rw-r--r--gcc/tree-cfgcleanup.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/tree-cfgcleanup.c b/gcc/tree-cfgcleanup.c
index 914523d2e53..19433f96156 100644
--- a/gcc/tree-cfgcleanup.c
+++ b/gcc/tree-cfgcleanup.c
@@ -1035,12 +1035,6 @@ merge_phi_nodes (void)
return 0;
}
-static bool
-gate_merge_phi (void)
-{
- return 1;
-}
-
namespace {
const pass_data pass_data_merge_phi =
@@ -1066,7 +1060,6 @@ public:
/* opt_pass methods: */
opt_pass * clone () { return new pass_merge_phi (m_ctxt); }
- bool gate () { return gate_merge_phi (); }
unsigned int execute () { return merge_phi_nodes (); }
}; // class pass_merge_phi