hooks.h (hook_uint_uintp_false): Declare.
authorRichard Biener <rguenther@suse.de>
Fri, 23 Sep 2016 07:22:32 +0000 (07:22 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 23 Sep 2016 07:22:32 +0000 (07:22 +0000)
2016-09-23  Richard Biener  <rguenther@suse.de>

* hooks.h (hook_uint_uintp_false): Declare.

From-SVN: r240389

gcc/ChangeLog
gcc/hooks.h

index 0c14b4d4a6c52e72822bd2ae5a146a51a57568cc..313e390b4c3c7267458629a6ebc204a04180813d 100644 (file)
@@ -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.
index 2dc59baeadde877577026fd9f0aefd8bc9e51c36..8b433cff99b9af25d898281ddceab8d91f51d1cd 100644 (file)
@@ -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);