diff options
author | Richard Biener <rguenther@suse.de> | 2016-09-23 07:22:32 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2016-09-23 07:22:32 +0000 |
commit | 9500733cc644b84402dce9a53eb32bfa50cfd4a5 (patch) | |
tree | 3feff3198292111fdc2fd4b81546289a1ce21573 /gcc | |
parent | 33989cfff56d5829edb6b0d0b4d0893851a96410 (diff) | |
download | gcc-9500733cc644b84402dce9a53eb32bfa50cfd4a5.zip gcc-9500733cc644b84402dce9a53eb32bfa50cfd4a5.tar.gz gcc-9500733cc644b84402dce9a53eb32bfa50cfd4a5.tar.bz2 |
hooks.h (hook_uint_uintp_false): Declare.
2016-09-23 Richard Biener <rguenther@suse.de>
* hooks.h (hook_uint_uintp_false): Declare.
From-SVN: r240389
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/hooks.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0c14b4d..313e390 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-09-23 Richard Biener <rguenther@suse.de> + + * hooks.h (hook_uint_uintp_false): Declare. + 2016-09-22 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com> * config/avr/avr.c (avr_rtx_costs_1): Handle DImode MULT. diff --git a/gcc/hooks.h b/gcc/hooks.h index 2dc59ba..8b433cf 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); |