summaryrefslogtreecommitdiff
path: root/gcc/hooks.h
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2016-09-23 07:22:32 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2016-09-23 07:22:32 +0000
commite95dfb3a4cd9d744f5792ca6214cad831ddf93b8 (patch)
tree3feff3198292111fdc2fd4b81546289a1ce21573 /gcc/hooks.h
parentc1e3c76cb344503c869eeaac153622a50fdbd2b2 (diff)
downloadgcc-e95dfb3a4cd9d744f5792ca6214cad831ddf93b8.tar.gz
2016-09-23 Richard Biener <rguenther@suse.de>
* hooks.h (hook_uint_uintp_false): Declare. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240389 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/hooks.h')
-rw-r--r--gcc/hooks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/hooks.h b/gcc/hooks.h
index 2dc59baeadd..8b433cff99b 100644
--- a/gcc/hooks.h
+++ b/gcc/hooks.h
@@ -76,6 +76,7 @@ extern void hook_void_tree (tree);
extern void hook_void_tree_treeptr (tree, tree *);
extern void hook_void_int_int (int, int);
extern void hook_void_gcc_optionsp (struct gcc_options *);
+extern bool hook_uint_uintp_false (unsigned int, unsigned int *);
extern int hook_int_uint_mode_1 (unsigned int, machine_mode);
extern int hook_int_const_tree_0 (const_tree);