diff options
Diffstat (limited to 'gcc/tree-profile.c')
-rw-r--r-- | gcc/tree-profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-profile.c b/gcc/tree-profile.c index b7d0466..deefa8b 100644 --- a/gcc/tree-profile.c +++ b/gcc/tree-profile.c @@ -688,7 +688,7 @@ public: /* opt_pass methods: */ virtual bool gate (function *); - unsigned int execute () { return tree_profiling (); } + virtual unsigned int execute (function *) { return tree_profiling (); } }; // class pass_ipa_tree_profile |