aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/hooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/gcc/hooks.h')
-rw-r--r--gcc-4.8/gcc/hooks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc-4.8/gcc/hooks.h b/gcc-4.8/gcc/hooks.h
index 50bcc6afc..558d04990 100644
--- a/gcc-4.8/gcc/hooks.h
+++ b/gcc-4.8/gcc/hooks.h
@@ -95,6 +95,7 @@ extern bool default_can_output_mi_thunk_no_vcall (const_tree, HOST_WIDE_INT,
extern rtx hook_rtx_rtx_identity (rtx);
extern rtx hook_rtx_rtx_null (rtx);
extern rtx hook_rtx_tree_int_null (tree, int);
+extern rtx hook_rtx_void_null (void);
extern const char *hook_constcharptr_void_null (void);
extern const char *hook_constcharptr_const_tree_null (const_tree);