aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/sched-int.h')
-rw-r--r--gcc/sched-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sched-int.h b/gcc/sched-int.h
index cdaca1b..175bd69 100644
--- a/gcc/sched-int.h
+++ b/gcc/sched-int.h
@@ -639,7 +639,7 @@ extern void add_block (basic_block, basic_block);
extern void attach_life_info (void);
#ifdef ENABLE_CHECKING
-extern void check_reg_live (void);
+extern void check_reg_live (bool);
#endif
#endif /* GCC_SCHED_INT_H */