aboutsummaryrefslogtreecommitdiff
path: root/gcc/combine.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/combine.c')
-rw-r--r--gcc/combine.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/combine.c b/gcc/combine.c
index 1b1e33c..9a78c06 100644
--- a/gcc/combine.c
+++ b/gcc/combine.c
@@ -13909,7 +13909,10 @@ public:
/* opt_pass methods: */
virtual bool gate (function *) { return (optimize > 0); }
- unsigned int execute () { return rest_of_handle_combine (); }
+ virtual unsigned int execute (function *)
+ {
+ return rest_of_handle_combine ();
+ }
}; // class pass_combine