diff options
Diffstat (limited to 'gcc/hooks.h')
-rw-r--r-- | gcc/hooks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/hooks.h b/gcc/hooks.h index 8eef06f3bca..4f7f08c0c1c 100644 --- a/gcc/hooks.h +++ b/gcc/hooks.h @@ -64,4 +64,5 @@ extern rtx hook_rtx_rtx_null (rtx); extern rtx hook_rtx_tree_int_null (tree, int); extern tree hook_tree_tree_identity (tree a); extern const char *hook_constcharptr_tree_null (tree); +extern tree hook_tree_tree_bool_null (tree, bool); #endif |