aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-reassoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-ssa-reassoc.c')
-rw-r--r--gcc/tree-ssa-reassoc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-reassoc.c b/gcc/tree-ssa-reassoc.c
index 57f2607..0ea04a3 100644
--- a/gcc/tree-ssa-reassoc.c
+++ b/gcc/tree-ssa-reassoc.c
@@ -4722,7 +4722,7 @@ public:
/* opt_pass methods: */
opt_pass * clone () { return new pass_reassoc (m_ctxt); }
virtual bool gate (function *) { return flag_tree_reassoc != 0; }
- unsigned int execute () { return execute_reassoc (); }
+ virtual unsigned int execute (function *) { return execute_reassoc (); }
}; // class pass_reassoc