aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-into-ssa.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-into-ssa.cc')
-rw-r--r--gcc/tree-into-ssa.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-into-ssa.cc b/gcc/tree-into-ssa.cc
index 22c2e5b..46df57a 100644
--- a/gcc/tree-into-ssa.cc
+++ b/gcc/tree-into-ssa.cc
@@ -2403,13 +2403,13 @@ public:
{}
/* opt_pass methods: */
- virtual bool gate (function *fun)
+ bool gate (function *fun) final override
{
/* Do nothing for funcions that was produced already in SSA form. */
return !(fun->curr_properties & PROP_ssa);
}
- virtual unsigned int execute (function *);
+ unsigned int execute (function *) final override;
}; // class pass_build_ssa