frv-protos.h (frv_ifcvt_machdep_init): Prototype.
authorJan-Benedict Glaw <jbglaw@lug-owl.de>
Mon, 23 Jul 2012 14:11:39 +0000 (14:11 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 23 Jul 2012 14:11:39 +0000 (14:11 +0000)
* config/frv/frv-protos.h (frv_ifcvt_machdep_init): Prototype.
* config/frv/frv.c (frv_ifcvt_machdep_init): Change type of
(unused) parameter to void *.

Co-Authored-By: Nick Clifton <nickc@redhat.com>
From-SVN: r189783

gcc/ChangeLog
gcc/config/frv/frv-protos.h
gcc/config/frv/frv.c

index 4e46c5c..4ffeb4e 100644 (file)
@@ -1,3 +1,10 @@
+2012-07-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
+           Nick Clifton  <nickc@redhat.com>
+
+       * config/frv/frv-protos.h (frv_ifcvt_machdep_init): Prototype.
+       * config/frv/frv.c (frv_ifcvt_machdep_init): Change type of
+       (unused) parameter to void *.
+
 2012-07-23  Richard Guenther  <rguenther@suse.de>
 
        * tree-ssa-alias.c (dump_alias_info): Walk over local decls
index 62e2506..4ee2d04 100644 (file)
@@ -1,6 +1,6 @@
 /* Frv prototypes.
    Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2007, 2008, 2009, 2010,
-   2011
+   2011, 2012
    Free Software Foundation, Inc.
    Contributed by Red Hat, Inc.
 
@@ -26,6 +26,7 @@ extern void frv_expand_epilogue                       (bool);
 extern frv_stack_t *frv_stack_info             (void);
 extern void frv_debug_stack                    (frv_stack_t *);
 extern int frv_initial_elimination_offset      (int, int);
+extern void frv_ifcvt_machdep_init             (void *);
 
 #ifdef RTX_CODE
 extern int frv_legitimate_address_p_1          (enum machine_mode, rtx,
index 2880042..d06a4ed 100644 (file)
@@ -5226,7 +5226,7 @@ frv_clear_registers_used (rtx *ptr, void *data)
    On the FR-V, we don't have any extra fields per se, but it is useful hook to
    initialize the static storage.  */
 void
-frv_ifcvt_machdep_init (ce_if_block_t *ce_info ATTRIBUTE_UNUSED)
+frv_ifcvt_machdep_init (void *ce_info ATTRIBUTE_UNUSED)
 {
   frv_ifcvt.added_insns_list = NULL_RTX;
   frv_ifcvt.cur_scratch_regs = 0;