diff options
Diffstat (limited to 'gcc/hooks.h')
-rw-r--r-- | gcc/hooks.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/hooks.h b/gcc/hooks.h index 8eec169..1774816 100644 --- a/gcc/hooks.h +++ b/gcc/hooks.h @@ -75,6 +75,8 @@ extern int hook_int_const_tree_0 (const_tree); extern int hook_int_const_tree_const_tree_1 (const_tree, const_tree); extern int hook_int_rtx_0 (rtx); extern int hook_int_rtx_bool_0 (rtx, bool); +extern int hook_int_rtx_mode_as_bool_0 (rtx, enum machine_mode, addr_space_t, + bool); extern tree hook_tree_const_tree_null (const_tree); |